[rfc] [patch] speeding up bzr log with a tree delta iterator

Denys Duchier duchier at ps.uni-sb.de
Wed Jan 18 08:40:04 GMT 2006


John Arbash Meinel <john at arbash-meinel.com> writes:

> Maybe we should yield 'lo_tree_rev_id, hi_tree_rev_id' or something like
> that as well. That way you don't have to iterate over the revision
> history separately and make sure you stay in sync.

actually we do because log only iterates over the delta when (verbose or
specific_fileid). I don't mind also yielding that information if you really want
me to, but since it won't be used anywhere at the moment that seemed to fall
under lifeless's "don't generalize early" clause.

--Denys






More information about the bazaar mailing list