~bzr-pqm/bzr/bzr.dev

« back to all changes in this revision

Viewing changes to bzrlib/lockdir.py

  • Committer: Martin Pool
  • Date: 2011-06-13 01:13:22 UTC
  • mto: This revision was merged to the branch mainline in revision 5970.
  • Revision ID: mbp@canonical.com-20110613011322-2u2hc7gxpk2vwv47
Restore confirmation name that was used to force breaking

Show diffs side-by-side

added added

removed removed

Lines of Context:
407
407
        if holder_info is not None:
408
408
            if ui.ui_factory.confirm_action(
409
409
                u"Break %(lock_info)s",
410
 
                'locks.confirm_break',
 
410
                'bzrlib.lockdir.break',
411
411
                dict(lock_info=unicode(holder_info))):
412
412
                result = self.force_break(holder_info)
413
413
                ui.ui_factory.show_message(