Mercurial > public > mercurial-scm > hg-stable
log mercurial/ancestor.py @ 18010:38b51a60a195
age | author | description |
---|---|---|
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 |