[MERGE] Use Repository.get_revision_delta() in missing rather than doing the delta
Jelmer Vernooij
jelmer at samba.org
Sat Feb 14 18:24:25 GMT 2009
The attached patch makes ``bzr missing'' use the
Repository.get_revision_delta() function, rather than fetching trees and
determining the delta between them. This significantly (factor > 100) improves
the performance of "bzr missing -v" for bzr-svn branches.
Ideally the missing code should be using get_deltas_for_revisions() and
get_revisions() but I'll leave that for some other time.
Cheers,
Jelmer
-------------- next part --------------
A non-text attachment was scrubbed...
Name: not available
Type: text/x-patch
Size: 3492 bytes
Desc: not available
Url : https://lists.ubuntu.com/archives/bazaar/attachments/20090214/ab53db76/attachment.bin
More information about the bazaar
mailing list