~bzr-pqm/bzr/bzr.dev

« back to all changes in this revision

Viewing changes to bzrlib/ui/__init__.py

  • Committer: Martin Pool
  • Date: 2011-05-27 02:43:45 UTC
  • mto: (5425.4.26 220464-stale-locks)
  • mto: This revision was merged to the branch mainline in revision 5970.
  • Revision ID: mbp@sourcefrog.net-20110527024345-mr3n28ufiizir95q
Cleaner and consistent user-orientend representation of LockHeldInfo

Show diffs side-by-side

added added

removed removed

Lines of Context:
155
155
            "running the command\n"
156
156
            "  bzr upgrade %(basedir)s"),
157
157
        steal_dead_lock=(
158
 
            "Stole lock %(lock_url)s from dead process %(other_holder_info)s."),
 
158
            u"Stole dead lock %(lock_url)s %(other_holder_info)s."),
159
159
        )
160
160
 
161
161
    def __init__(self):