Merge lp:~maxb/bzrtools/fix-wrong-local-variable into lp:bzrtools

Proposed by Max Bowsher
Status: Merged
Merge reported by: Aaron Bentley
Merged at revision: not available
Proposed branch: lp:~maxb/bzrtools/fix-wrong-local-variable
Merge into: lp:bzrtools
Diff against target: 11 lines (+1/-1)
1 file modified
fetch_ghosts.py (+1/-1)
To merge this branch: bzr merge lp:~maxb/bzrtools/fix-wrong-local-variable
Reviewer Review Type Date Requested Status
Aaron Bentley Approve
Review via email: mp+14687@code.launchpad.net
To post a comment you must log in.
Revision history for this message
Aaron Bentley (abentley) wrote :

Thanks for your patch. It needed a test, so I've added it. I applied it to the 2.0 series, so it won't show as a merge of your submission.

review: Approve

Preview Diff

[H/L] Next/Prev Comment, [J/K] Next/Prev File, [N/P] Next/Prev Hunk
1=== modified file 'fetch_ghosts.py'
2--- fetch_ghosts.py 2009-05-27 18:57:14 +0000
3+++ fetch_ghosts.py 2009-11-10 09:40:26 +0000
4@@ -28,7 +28,7 @@
5 raise BzrCommandError('No branch specified and no location'
6 ' saved.')
7 else:
8- note("Using saved location %s.", branch)
9+ note("Using saved location %s.", other)
10 other_branch = Branch.open_containing(other)[0]
11 return klass(this_branch, other_branch)
12

Subscribers

People subscribed via source and target branches