[PATCH] Improved log functionality
John Arbash Meinel
john at arbash-meinel.com
Wed Jun 8 16:31:35 BST 2005
The attached patch improves 'bzr log' such that it doesn't have to
evaluate as many logs. The previous code had to do all of the parsing to
figure out what to throw away (this was especially painful for handling
deltas with a limited range).
The new code filters revisions before asking for deltas to be generated.
Also, it now handles "--forward" correctly, even when verbose.
I use bzr log -r 630: all the time to figure out what Martin has changed
recently, and the attached patch makes it so that I can add "--verbose"
without it having to parse all of the history.
I think this could be merged into 0.0.5, since it is an incremental
thing, not a major change.
John
=:->
PS> I would still rather see the Plugin support merged. :) I'm willing
to change it however Martin sees fit.
-------------- next part --------------
An embedded and charset-unspecified text was scrubbed...
Name: improved-logs.patch
Url: https://lists.ubuntu.com/archives/bazaar/attachments/20050608/6203a9e6/attachment.diff
-------------- next part --------------
A non-text attachment was scrubbed...
Name: signature.asc
Type: application/pgp-signature
Size: 253 bytes
Desc: OpenPGP digital signature
Url : https://lists.ubuntu.com/archives/bazaar/attachments/20050608/6203a9e6/attachment.pgp
More information about the bazaar
mailing list