Comment 3 for bug 175570

Revision history for this message
Michael Hudson-Doyle (mwhudson) wrote :

This seems to be the crux of the issue:

>>> b = bzrlib.branch.Branch.open('.')
>>> b.lock_read()
>>> b.repository.is_locked()
True
>>> b = bzrlib.branch.Branch.open('bzr://localhost')
>>> b.lock_read()
>>> b.repository.is_locked()
False