~bzr-pqm/bzr/bzr.dev

« back to all changes in this revision

Viewing changes to bzrlib/builtins.py

  • Committer: Canonical.com Patch Queue Manager
  • Date: 2011-08-17 02:08:00 UTC
  • mfrom: (5998.1.5 bzrpushmessagesuppress)
  • Revision ID: pqm@pqm.ubuntu.com-20110817020800-z7oepdt2nxwjq5ue
(jr) bzr push -q now does not print name of pushed location
 (Jonathan Riddell)

Show diffs side-by-side

added added

removed removed

Lines of Context:
1195
1195
            else:
1196
1196
                display_url = urlutils.unescape_for_display(stored_loc,
1197
1197
                        self.outf.encoding)
1198
 
                self.outf.write("Using saved push location: %s\n" % display_url)
 
1198
                note("Using saved push location: %s" % display_url)
1199
1199
                location = stored_loc
1200
1200
 
1201
1201
        _show_push_branch(br_from, revision_id, location, self.outf,