Comment 3 for bug 237067

Revision history for this message
John A Meinel (jameinel) wrote : Re: "bzr check" on bzr+ssh:// branch returns ObjectNotLocked error

Isn't it a problem that you would end up double-locking the repository? Specifically that you wouldn't necessarily call 'unlock' to match every 'lock_read' call? (because if _real_branch *is* invoked, then it also starts calling lock/unlock based on its algorithm.)