~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-05-27 10:48:00 UTC
  • mfrom: (5923.1.3 trunk)
  • Revision ID: pqm@pqm.ubuntu.com-20110527104800-fvcjlygvqloos6kl
(vila) Require prompts to always be unicode (Jelmer Vernooij)

Show diffs side-by-side

added added

removed removed

Lines of Context:
4954
4954
 
4955
4955
        if not force:
4956
4956
            if not ui.ui_factory.confirm_action(
4957
 
                    'Uncommit these revisions',
 
4957
                    u'Uncommit these revisions',
4958
4958
                    'bzrlib.builtins.uncommit',
4959
4959
                    {}):
4960
4960
                self.outf.write('Canceled\n')