/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

(parthm) Lock URL shown in case of failure to acquire lock (for smart server
 access) is now valid. Default timeout for lock contention is now 30s.
 (Parth Malwankar)

Show diffs side-by-side

added added

removed removed

Lines of Context:
1041
1041
class LockContention(LockError):
1042
1042
 
1043
1043
    _fmt = 'Could not acquire lock "%(lock)s": %(msg)s'
1044
 
    # TODO: show full url for lock, combining the transport and relative
1045
 
    # bits?
1046
1044
 
1047
1045
    internal_error = False
1048
1046