log mercurial/ancestor.py @ 20985:231ccc08670c

age author description
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
Tue, 16 Apr 2013 10:08:18 -0700 Bryan O'Sullivan ancestor: a new algorithm that is faster for nodes near tip
Tue, 18 Dec 2012 12:47:20 -0800 Siddharth Agarwal ancestor: add lazy membership testing to lazyancestors
Tue, 18 Dec 2012 10:14:01 -0800 Siddharth Agarwal revlog: move ancestor generation out to a new class
Tue, 11 Dec 2012 14:47:33 -0800 Siddharth Agarwal ancestor: move missingancestors doctest out into a separate file
Wed, 28 Nov 2012 10:35:12 -0800 Siddharth Agarwal ancestor: fix a comment (followup to 0b03454abae7)
Mon, 26 Nov 2012 11:46:51 -0800 Siddharth Agarwal ancestor: faster algorithm for difference of ancestor sets
Wed, 01 Jun 2011 12:38:46 +0200 Martin Geisler check-code: flag 0/1 used as constant Boolean expression
Mon, 07 Mar 2011 15:45:10 -0600 Matt Mackall ancestor: improve description
Fri, 24 Sep 2010 12:46:54 -0500 Matt Mackall backout most of 4f8067c94729
Thu, 23 Sep 2010 00:02:31 -0500 Brodie Rao cleanup: use x in (a, b) instead of x == a or x == b
Mon, 21 Jun 2010 13:25:42 -0500 Matt Mackall merge: sort arguments to stabilize the ancestor search