/brz/remove-bazaar

To get this branch, use:
bzr branch http://gegoxaren.bato24.eu/bzr/brz/remove-bazaar

« back to all changes in this revision

Viewing changes to bzrlib/builtins.py

  • Committer: Canonical.com Patch Queue Manager
  • Date: 2007-01-24 17:06:02 UTC
  • mfrom: (2193.4.3 miss.last-file-location)
  • Revision ID: pqm@pqm.ubuntu.com-20070124170602-5f008e922b3dd800
(bialix) 'bzr missing' show remembered location unescaped,and show
 file URL as filepath not a URL.

Show diffs side-by-side

added added

removed removed

Lines of Context:
2631
2631
            other_branch = parent
2632
2632
            if other_branch is None:
2633
2633
                raise errors.BzrCommandError("No peer location known or specified.")
2634
 
            print "Using last location: " + local_branch.get_parent()
 
2634
            display_url = urlutils.unescape_for_display(parent,
 
2635
                                                        self.outf.encoding)
 
2636
            print "Using last location: " + display_url
 
2637
 
2635
2638
        remote_branch = Branch.open(other_branch)
2636
2639
        if remote_branch.base == local_branch.base:
2637
2640
            remote_branch = local_branch