[MERGE] [BUG #162486] RemoteBranch.__init__ should set member variable

John Arbash Meinel john at arbash-meinel.com
Tue Nov 13 21:10:04 GMT 2007


'bzr log -r XXX bzr+ssh://' was failing because RemoteBranch.__init__ was
not setting self._revision_id_to_revno_map. The test suite wasn't catching
it, because Branch.unlock() was setting it back to None (clearing the
cache).

The attached patch fixes __init__ to set it to None, and changes the test
to open a clean branch instead of re-using the existing one.
-------------- next part --------------
A non-text attachment was scrubbed...
Name: not available
Type: text/x-patch
Size: 4888 bytes
Desc: not available
Url : https://lists.ubuntu.com/archives/bazaar/attachments/20071113/b9a87a0e/attachment.bin 


More information about the bazaar mailing list