Merge lp:~johnf-inodes/bzr-email-notifier/bugfix_578685 into lp:bzr-email-notifier

Proposed by John Ferlito
Status: Needs review
Proposed branch: lp:~johnf-inodes/bzr-email-notifier/bugfix_578685
Merge into: lp:bzr-email-notifier
Diff against target: 10 lines (+1/-1)
1 file modified
bzr_email_notifier.py (+1/-1)
To merge this branch: bzr merge lp:~johnf-inodes/bzr-email-notifier/bugfix_578685
Reviewer Review Type Date Requested Status
Jonathan Riddell (community) Approve
Nicholas Allen Pending
Review via email: mp+25045@code.launchpad.net

Description of the change

To post a comment you must log in.
Revision history for this message
Jonathan Riddell (jr) wrote :

Looks good to me, needs Nicholas Allen to merge

Revision history for this message
Jonathan Riddell (jr) :
review: Approve

Unmerged revisions

113. By John Ferlito

Fix wrong varibale name in error path when email fails to send. (closes: #578685)

Preview Diff

[H/L] Next/Prev Comment, [J/K] Next/Prev File, [N/P] Next/Prev Hunk
1=== modified file 'bzr_email_notifier.py'
2--- bzr_email_notifier.py 2009-10-25 11:20:49 +0000
3+++ bzr_email_notifier.py 2010-05-11 08:27:24 +0000
4@@ -224,7 +224,7 @@
5 save_last_emailed_revisions(last_emailed_revisions)
6 except (BzrError, SendEmailError), e:
7 print >>sys.stderr, \
8- 'Could not send revision %s: %s' % (revision, e)
9+ 'Could not send revision %s: %s' % (revid, e)
10 return
11
12

Subscribers

People subscribed via source and target branches

to all changes: