Can "bzr annotate" be sped up?
Aaron Bentley
aaron at aaronbentley.com
Sun Jun 19 22:21:05 UTC 2011
On 19/06/2011 9:22 AM, Stephen J. Turnbull wrote:
> 2) I thought bzr packs use delta compression
The current pack format uses groupcompress, which is not really delta
compression. Instead, it uses the instructions used to create other
revisions as part of its input.
Earlier pack-based formats used knits, so they were delta-compressed,
and we did use those deltas to speed annotation.
Aaron
More information about the bazaar
mailing list