log mercurial/ancestor.py @ 39534:fd9029d36c41

age author description
Mon, 10 Sep 2018 21:46:19 +0900 Yuya Nishihara ancestor: return early from _lazyancestorsiter() when reached to stoprev
Tue, 11 Sep 2018 22:38:32 +0900 Yuya Nishihara ancestor: remove alias of initrevs from _lazyancestorsiter()
Fri, 07 Sep 2018 23:36:09 -0700 Martin von Zweigbergk lazyancestors: reuse __iter__ implementation in __contains__
Sun, 09 Sep 2018 23:16:55 -0700 Martin von Zweigbergk lazyancestors: extract __iter__ to free function
Fri, 07 Sep 2018 14:48:38 -0700 Martin von Zweigbergk ancestors: add nullrev to set from the beginning
Sat, 08 Sep 2018 10:59:24 +0900 Yuya Nishihara ancestor: filter out initial revisions lower than stoprev
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)
Wed, 01 Aug 2018 13:00:45 -0700 Gregory Szorc global: use pycompat.xrange()
Sun, 08 Jul 2018 17:17:54 +0900 Yuya Nishihara py3: make 'None in lazyancestors' not crash
Fri, 10 Feb 2017 16:56:29 -0800 Martin von Zweigbergk cleanup: use set literals
Mon, 13 Mar 2017 12:40:14 -0700 Gregory Szorc py3: add __bool__ to every class defining __nonzero__
Mon, 16 May 2016 21:30:53 +0000 timeless py3: convert to next() function
Fri, 07 Aug 2015 19:45:48 -0700 Gregory Szorc ancestor: use absolute_import
Wed, 24 Jun 2015 12:37:55 -0500 Pierre-Yves David ancestors: prefetch method outside of the loop
Sat, 16 May 2015 11:28:04 -0700 Martin von Zweigbergk util: drop alias for collections.deque
Fri, 14 Nov 2014 19:40:30 -0800 Siddharth Agarwal ancestor: add a way to remove ancestors of bases from a given set
Fri, 14 Nov 2014 17:21:00 -0800 Siddharth Agarwal ancestor: add a way to add to bases of a missing ancestor object
Sun, 16 Nov 2014 00:39:29 -0800 Siddharth Agarwal ancestor: add a way to test whether a missing ancestor object has bases
Fri, 14 Nov 2014 16:53:40 -0800 Siddharth Agarwal ancestor: remove now-unused missingancestors function
Fri, 14 Nov 2014 23:44:38 -0800 Siddharth Agarwal ancestor.missingancestors: turn into a state-keeping class
Fri, 14 Nov 2014 13:47:25 -0800 Siddharth Agarwal ancestor.missingancestors: calculate start point after filtering revsvisit
Fri, 14 Nov 2014 11:33:52 -0800 Siddharth Agarwal ancestor.missingancestors: don't discard from basesvisit
Fri, 14 Nov 2014 14:36:25 -0800 Siddharth Agarwal ancestor.lazyancestors: take parentrevs function rather than changelog
Fri, 15 Aug 2014 15:57:50 -0700 Pierre-Yves David ancestors: add a __nonzero__ method
Thu, 17 Apr 2014 19:49:56 +0200 Mads Kiilerich ancestors: extract candidates function as commonancestorsheads
Thu, 20 Mar 2014 01:35:07 +0100 Mads Kiilerich ancestor: remove unused genericancestor
Mon, 24 Feb 2014 22:42:13 +0100 Mads Kiilerich ancestors: remove unnecessary handling of 'left'
Wed, 06 Nov 2013 16:48:06 -0500 Augie Fackler cleanup: move stdlib imports to their own import statement
Tue, 16 Apr 2013 10:08:19 -0700 Bryan O'Sullivan revlog: choose a consistent ancestor when there's a tie