[MERGE] Fix InterBranch.pull tests.
Jelmer Vernooij
jelmer at samba.org
Mon Mar 30 20:24:44 BST 2009
The attached patch moves the pull logic from Branch.pull() to InterBranch.pull().
This makes it possible to register optimized versions for pulling between
particular branches. For example, I have a version of InterBranch.pull() for
pulling from Subversion branches into Bazaar branches that changes the complexityfrom O(history) to O(missing_revisions).
wrt tests, I have for now just added tests for InterBranch.pull() as already
existed for Branch.pull(). Perhaps the number of tests for Branch.pull() can be
trimmed now.
Cheers,
Jelmer
-------------- next part --------------
A non-text attachment was scrubbed...
Name: not available
Type: text/x-patch
Size: 39916 bytes
Desc: not available
Url : https://lists.ubuntu.com/archives/bazaar/attachments/20090330/57beab9d/attachment-0001.bin
More information about the bazaar
mailing list