log mercurial/hbisect.py @ 14286:005a540e9aee

age author description
Fri, 06 May 2011 10:02:46 +0200 Martin Geisler hbisect: use real Booleans instead of 0/1
Sun, 29 Aug 2010 22:37:58 +0200 Martin Geisler Lowercase error messages stable
Fri, 20 Aug 2010 17:16:37 -0500 Matt Mackall bisect: better message for unrelated starting revisions stable
Tue, 19 Jan 2010 22:20:08 -0600 Matt Mackall Update license to GPLv2+ stable
Mon, 12 Oct 2009 14:59:28 -0500 Matt Mackall bisect: limit considered set to descendants of first good rev
Sun, 17 May 2009 16:57:12 +0200 Martin Geisler hbisect: use set.update for bulk updates
Sun, 17 May 2009 03:40:54 +0200 Benoit Boissinot bisect: use set instead of dict