~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:31 UTC
  • mfrom: (730.1.2 2.0)
  • Revision ID: aaron@aaronbentley.com-20091111073431-sp3sasbae3zm5l5e
Merged 2.0 into bzrtools.dev.

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