Thu, 08 Oct 2015 12:55:45 -0700 |
Pierre-Yves David |
error: get Abort from 'error' instead of 'util'
|
Sat, 08 Aug 2015 19:22:11 -0700 |
Gregory Szorc |
hbisect: use absolute_import
|
Sat, 16 May 2015 11:28:04 -0700 |
Martin von Zweigbergk |
util: drop alias for collections.deque
|
Thu, 15 Jan 2015 23:17:12 +0100 |
Angel Ezquerra |
localrepo: remove all external users of localrepo.opener
|
Fri, 22 Nov 2013 17:26:58 -0600 |
Matt Mackall |
merge with stable
|
Sun, 10 Nov 2013 18:51:21 +0100 |
Mads Kiilerich |
bisect: report "both good and bad" as such, not as "not directly related"
stable
|
Wed, 06 Nov 2013 16:48:06 -0500 |
Augie Fackler |
cleanup: move stdlib imports to their own import statement
|
Tue, 22 Jan 2013 03:23:02 +0100 |
Pierre-Yves David |
bisect: use changelog for iteration
stable
|
Wed, 12 Dec 2012 02:38:14 +0100 |
Mads Kiilerich |
bisect: store state sorted
|
Tue, 11 Sep 2012 08:36:09 -0700 |
Bryan O'Sullivan |
Merge spelling fixes
|
Fri, 17 Aug 2012 13:58:18 -0700 |
timeless |
spelling: recursion
|
Fri, 17 Aug 2012 13:58:18 -0700 |
timeless |
spelling: following
|
Wed, 15 Aug 2012 22:38:42 +0200 |
Mads Kiilerich |
fix trivial spelling errors
|
Fri, 01 Jun 2012 17:05:31 -0700 |
Bryan O'Sullivan |
util: subclass deque for Python 2.4 backwards compatibility
|
Tue, 15 May 2012 10:46:23 -0700 |
Bryan O'Sullivan |
cleanup: use the deque type where appropriate
|
Tue, 08 May 2012 15:29:09 -0700 |
Bryan O'Sullivan |
bisect: track the current changeset (issue3382)
|
Thu, 20 Oct 2011 00:37:34 +0200 |
Yann E. MORIN |
bisect: remove superfluous parameter in label()
|
Wed, 02 Nov 2011 13:51:16 -0500 |
Matt Mackall |
localrepo: convert various repo.set() users to repo.revs()
|
Tue, 18 Oct 2011 09:38:14 -0200 |
Wagner Bruna |
bisect: add i18n contexts
stable
|
Thu, 22 Sep 2011 23:28:49 +0200 |
Yann E. MORIN |
hbisect: add functions to return a label for a cset bisection status
|
Sat, 24 Sep 2011 01:32:50 +0200 |
Yann E. MORIN |
hbisect: add two new revset descriptions: 'goods' and 'bads'
|
Tue, 20 Sep 2011 20:21:04 +0200 |
Yann E. MORIN |
revset.bisect: add 'ignored' set to the bisect keyword
|
Tue, 20 Sep 2011 20:19:48 +0200 |
Yann E. MORIN |
hbisect.get: use simpler code with repo.set(), fix 'pruned' set
|
Sat, 17 Sep 2011 14:33:20 +0200 |
Yann E. MORIN |
revset.bisect: add new 'untested' set to the bisect keyword
|
Sat, 17 Sep 2011 17:30:35 +0200 |
Yann E. MORIN |
revset.bisect: add new 'pruned' set to the bisect keyword
|
Sat, 17 Sep 2011 17:33:34 +0200 |
Yann E. MORIN |
revset.bisect: add new 'range' set to the bisect keyword
|
Sat, 17 Sep 2011 00:20:45 +0200 |
Yann E. MORIN |
revset.bisect: move bisect() code to hbisect.py
|
Thu, 25 Aug 2011 20:21:04 -0400 |
Greg Ward |
atomictempfile: make close() consistent with other file-like objects.
|
Sun, 17 Jul 2011 00:36:43 +0200 |
Alexander Krauss |
hbisect: do not assume that min(good) is an ancestor of min(bad)
|
Sun, 17 Jul 2011 00:35:31 +0200 |
Alexander Krauss |
hbisect: more consistent variable name
|
Sat, 16 Jul 2011 12:22:40 +0200 |
Alexander Krauss |
hbisect: confine loop to the relevant interval
|
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
|
Sun, 26 Apr 2009 01:25:53 +0200 |
Martin Geisler |
add blank line after copyright notices and after header
|
Sun, 26 Apr 2009 01:08:54 +0200 |
Martin Geisler |
updated license to be explicit about GPL version 2
|
Wed, 22 Apr 2009 00:57:28 +0200 |
Martin Geisler |
replace set-like dictionaries with real sets
|
Wed, 22 Apr 2009 02:01:22 +0200 |
Ronny Pfannschmidt |
switch lock releasing in the core from gc to explicit
|
Sat, 28 Mar 2009 17:29:14 +0100 |
Benoit Boissinot |
bisect: use integer division
|
Sat, 27 Dec 2008 19:05:26 +0100 |
Bernhard Leiner |
Circumvent removal of valid bisect candidates due to previously skipped ones
|
Fri, 10 Oct 2008 16:58:14 +0300 |
Alexander Solovyov |
bisect: ability to check revision with command
|
Sat, 02 Aug 2008 23:45:10 +0200 |
Patrick Mezard |
Merge with crew-stable
|
Sat, 02 Aug 2008 22:10:10 +0200 |
Bernhard Leiner |
Add support for multiple possible bisect results (issue1228, issue1182)
|
Fri, 27 Jun 2008 18:28:45 -0500 |
Matt Mackall |
util: add sort helper
|
Thu, 26 Jun 2008 14:35:50 -0500 |
Matt Mackall |
add __len__ and __iter__ methods to repo and revlog
|
Wed, 18 Jun 2008 10:15:59 +0200 |
Dirkjan Ochtman |
merge incorporation of graph into paper style
|
Wed, 18 Jun 2008 00:28:40 -0500 |
Matt Mackall |
make graph view work with paper style
|
Thu, 06 Mar 2008 22:51:16 +0100 |
Joel Rosdahl |
Avoid importing mercurial.node/mercurial.repo stuff from mercurial.hg
|
Mon, 31 Dec 2007 18:20:34 -0600 |
Matt Mackall |
bisect: improve tests
|
Mon, 31 Dec 2007 18:20:34 -0600 |
Matt Mackall |
bisect: handle search for bad to good transitions
|
Mon, 31 Dec 2007 18:20:34 -0600 |
Matt Mackall |
bisect: make bisect a built-in command
base
hgext/hbisect.py@8fec5a8191be
|