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
=== modified file 'fetch_ghosts.py'
--- fetch_ghosts.py 2009-05-27 18:57:14 +0000
+++ fetch_ghosts.py 2009-11-10 09:40:26 +0000
@@ -28,7 +28,7 @@
28 raise BzrCommandError('No branch specified and no location'28 raise BzrCommandError('No branch specified and no location'
29 ' saved.')29 ' saved.')
30 else:30 else:
31 note("Using saved location %s.", branch)31 note("Using saved location %s.", other)
32 other_branch = Branch.open_containing(other)[0]32 other_branch = Branch.open_containing(other)[0]
33 return klass(this_branch, other_branch)33 return klass(this_branch, other_branch)
3434

Subscribers

People subscribed via source and target branches