~bzr-pqm/bzr/bzr.dev

« back to all changes in this revision

Viewing changes to bzrlib/bundle/commands.py

  • Committer: Aaron Bentley
  • Date: 2006-06-29 16:24:56 UTC
  • mto: This revision was merged to the branch mainline in revision 1823.
  • Revision ID: abentley@panoramicfeedback.com-20060629162456-9dbd1c2795d474dd
More notes on 'note'

Show diffs side-by-side

added added

removed removed

Lines of Context:
114
114
                raise errors.BzrCommandError("No base branch known or"
115
115
                                             " specified.")
116
116
            elif not base_specified:
117
 
                note(('Using saved location: %s' % \
118
 
                      urlutils.unescape_for_display(base, 'ascii')))
 
117
                # FIXME:
 
118
                # note() doesn't pay attention to terminal_encoding() so
 
119
                # we must format with 'ascii' to be safe
 
120
                note('Using saved location: %s',
 
121
                     urlutils.unescape_for_display(base, 'ascii'))
119
122
            base_branch = Branch.open(base)
120
123
 
121
124
            # We don't want to lock the same branch across