Mon, 10 Sep 2018 21:58:59 +0900 |
Yuya Nishihara |
ancestor: optimize _lazyancestorsiter() for contiguous chains
|
Sat, 08 Sep 2018 10:59:24 +0900 |
Yuya Nishihara |
ancestor: filter out initial revisions lower than stoprev
|
Sat, 08 Sep 2018 10:48:42 +0900 |
Yuya Nishihara |
ancestor: add test showing inconsistency between __iter__ and __contains__
|
Thu, 06 Sep 2018 19:37:38 -0400 |
Boris Feld |
ancestors: ensure a consistent order even in the "inclusive" case
|
Thu, 06 Sep 2018 17:00:28 -0400 |
Boris Feld |
ancestors: actually iterate over ancestors in topological order (issue5979)
|
Sat, 15 Nov 2014 10:55:34 -0800 |
Siddharth Agarwal |
test-ancestor: use random testing for missing ancestors
|
Fri, 14 Nov 2014 14:50:03 -0800 |
Siddharth Agarwal |
test-ancestor: test iteration for lazyancestors
|
Sat, 30 Aug 2014 11:39:15 +0200 |
Pierre-Yves David |
test-ancestor: add a test for `ancestor` with ancestry within the initset
|
Tue, 18 Dec 2012 12:47:20 -0800 |
Siddharth Agarwal |
ancestor: add lazy membership testing to lazyancestors
|
Tue, 11 Dec 2012 14:47:33 -0800 |
Siddharth Agarwal |
ancestor: move missingancestors doctest out into a separate file
|