/brz/remove-bazaar

To get this branch, use:
bzr branch http://gegoxaren.bato24.eu/bzr/brz/remove-bazaar

« back to all changes in this revision

Viewing changes to bzrlib/errors.py

  • Committer: Andrew Bennetts
  • Date: 2007-03-28 07:38:53 UTC
  • mto: (2018.5.146 hpss)
  • mto: This revision was merged to the branch mainline in revision 2414.
  • Revision ID: andrew.bennetts@canonical.com-20070328073853-yje2ikoflt6a4jos
Some tweaks in response to review.

Show diffs side-by-side

added added

removed removed

Lines of Context:
799
799
        self.obj = obj
800
800
 
801
801
 
802
 
class TokenMismatch(LockError):
 
802
class TokenMismatch(LockBroken):
803
803
 
804
804
    _fmt = "The lock token %(given_token)r does not match lock token %(lock_token)r."
805
805