[PATCH 3 of 5 V2] ancestor: add a class to generate ancestors lazily
Siddharth Agarwal
sid0 at fb.com
Sat Dec 15 01:25:15 UTC 2012
On 12/14/2012 04:13 PM, Siddharth Agarwal wrote:
> +class lazyancestorset(object):
> + def __init__(self, repo, revs, increvs, stoprev=0):
I just realized Kevin asked me to pass in a changelog here, and I passed
in a repo instead. Passing in repos seems to be a bit more common in
general, but either way's fine with me.
The docstring refers to pfunc instead of repo -- I've fixed that locally.
More information about the Mercurial-devel
mailing list