/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/lockdir.py

Merged in bzr.dev.

Show diffs side-by-side

added added

removed removed

Lines of Context:
125
125
        ResourceBusy,
126
126
        TransportError,
127
127
        )
128
 
from bzrlib.hooks import Hooks
129
128
from bzrlib.trace import mutter, note
130
129
from bzrlib.osutils import format_delta, rand_chars, get_host_name
131
130
import bzrlib.ui