~abentley/bzrtools/bzrtools.dev

« back to all changes in this revision

Viewing changes to fetch_ghosts.py

  • Committer: Aaron Bentley
  • Date: 2009-07-13 19:14:10 UTC
  • Revision ID: aaron@aaronbentley.com-20090713191410-dhqsqf3kuz5x2oyd
Tags: release-1.17.0
Update NEWS for release 1.17.0

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.", other)
 
31
                note("Using saved location %s.", branch)
32
32
        other_branch = Branch.open_containing(other)[0]
33
33
        return klass(this_branch, other_branch)
34
34