[MERGE REVIEW] Commit handles locking problems better
James Blackwell
jblack at merconline.com
Mon Mar 20 04:06:39 GMT 2006
On Fri, Mar 17, 2006 at 03:20:42PM -0500, Aaron Bentley wrote:
(def _cleanup_bound_branch(self)
> @@ -402,7 +404,8 @@
> """
> if not self.bound_branch:
> return
> - self.master_branch.unlock()
> + if self.master_locked:
> + self.master_branch.unlock()
Does this need self.master_locked = False as well?
--
My home page: <a href="http://jblack.linuxguru.net">James Blackwell</a>
Gnupg 06357400 F-print AAE4 8C76 58DA 5902 761D 247A 8A55 DA73 0635 7400
-------------- next part --------------
A non-text attachment was scrubbed...
Name: not available
Type: application/pgp-signature
Size: 191 bytes
Desc: Digital signature
Url : https://lists.ubuntu.com/archives/bazaar/attachments/20060319/36857f4d/attachment.pgp
More information about the bazaar
mailing list