~abentley/bzrtools/bzrtools.dev

« back to all changes in this revision

Viewing changes to fetch_ghosts.py

  • Committer: Aaron Bentley
  • Date: 2009-11-11 07:34:02 UTC
  • mto: This revision was merged to the branch mainline in revision 735.
  • Revision ID: aaron@aaronbentley.com-20091111073402-s9uxn8znscvmaugx
Merge fetch-ghosts fix from Max Bowsher

Show diffs side-by-side

added added

removed removed

Lines of Context:
28
28
                raise BzrCommandError('No branch specified and no location'
29
29
                                      ' saved.')
30
30
            else:
31
 
                note("Using saved location %s.", branch)
 
31
                note("Using saved location %s.", other)
32
32
        other_branch = Branch.open_containing(other)[0]
33
33
        return klass(this_branch, other_branch)
34
34