hgext/hbisect.py
Mon, 31 Dec 2007 18:20:34 -0600 Matt Mackall bisect: stop early if we find a perfect candidate
Mon, 31 Dec 2007 18:20:34 -0600 Matt Mackall bisect: find best node in ancestor collection pass
Mon, 31 Dec 2007 18:20:33 -0600 Matt Mackall bisect: calculate candidate set while finding children
Mon, 31 Dec 2007 18:20:33 -0600 Matt Mackall bisect: use a dict for children
Mon, 31 Dec 2007 18:20:33 -0600 Matt Mackall bisect: propagate ancestor lists directly to children
Mon, 31 Dec 2007 18:20:33 -0600 Matt Mackall bisect: add noupdate option
Thu, 27 Dec 2007 23:55:40 -0600 Matt Mackall bisect: use proper locking when updating bisect.state
Thu, 27 Dec 2007 23:55:40 -0600 Matt Mackall bisect: remove class
Thu, 27 Dec 2007 23:55:40 -0600 Matt Mackall bisect: keep history of all bad revisions
Thu, 27 Dec 2007 23:55:40 -0600 Matt Mackall bisect: use more standard command syntax and help
Thu, 27 Dec 2007 23:55:40 -0600 Matt Mackall bisect: move reporting out of core bisect function
Thu, 27 Dec 2007 23:55:40 -0600 Matt Mackall bisect: add skip command
Thu, 27 Dec 2007 23:55:39 -0600 Matt Mackall bisect: simplify state handling and init
Thu, 27 Dec 2007 23:55:39 -0600 Matt Mackall bisect: remove unused imports
Thu, 27 Dec 2007 23:55:39 -0600 Matt Mackall bisect: rename autobad/good/next
Thu, 27 Dec 2007 23:55:39 -0600 Matt Mackall bisect: slightly improve the help message
Thu, 27 Dec 2007 23:55:39 -0600 Matt Mackall bisect: remove stale test function
Thu, 27 Dec 2007 23:55:39 -0600 Matt Mackall bisect: use array.array rather than lists for ancestor lists
Thu, 27 Dec 2007 23:55:39 -0600 Matt Mackall bisect: switch individual ancestor lists from dict to list
Thu, 27 Dec 2007 23:55:39 -0600 Matt Mackall bisect: turn ancestors into an array
Thu, 27 Dec 2007 23:55:39 -0600 Matt Mackall bisect: greatly simplify the ancestor accumulating loop
Thu, 27 Dec 2007 23:55:39 -0600 Matt Mackall bisect: switch to rev-based calculation
Thu, 27 Dec 2007 23:55:39 -0600 Matt Mackall bisect: fix up node vs rev naming
Thu, 27 Dec 2007 23:55:39 -0600 Matt Mackall bisect: clarify some bisection code
Thu, 27 Dec 2007 23:55:39 -0600 Matt Mackall bisect: inline num_children function
Thu, 27 Dec 2007 23:55:39 -0600 Matt Mackall bisect: remove usage of sets
Thu, 27 Dec 2007 23:55:39 -0600 Matt Mackall bisect: remove stop argument to ancestors function
Thu, 27 Dec 2007 23:55:39 -0600 Matt Mackall bisect: use bail_if_changed
Thu, 27 Dec 2007 23:55:39 -0600 Matt Mackall bisect: remove versionstr
Thu, 27 Dec 2007 23:55:39 -0600 Matt Mackall bisect: simplify lookup
Thu, 27 Dec 2007 23:55:39 -0600 Matt Mackall bisect: remove redundant clean checks
Thu, 27 Dec 2007 23:55:39 -0600 Matt Mackall bisect: fold in two trivial functions
Thu, 27 Dec 2007 23:55:39 -0600 Matt Mackall bisect: remove two unused functions
Sat, 22 Sep 2007 19:05:36 +0200 Patrick Mezard bisect: remove useless try/except
Sat, 22 Sep 2007 18:35:53 +0200 Benoit Boissinot bisect: don't write data on failure
Sat, 22 Sep 2007 18:23:56 +0200 Benoit Boissinot bisect: do silent init if necessary
Tue, 14 Aug 2007 14:29:36 +0200 Guillaume Chazarain Return 0 as 'hg bisect reset' is successful
Mon, 04 Jun 2007 00:26:53 -0300 Alexis S. L. Carvalho merge with crew-stable
Fri, 20 Apr 2007 16:17:42 -0500 TK Soh hbisect: fix a typo in error message
Sun, 29 Apr 2007 17:35:03 -0700 Brendan Cully Flesh out bisect help text
Thu, 14 Dec 2006 20:25:19 -0600 Matt Mackall Simplify i18n imports
Wed, 13 Dec 2006 13:27:09 -0600 Matt Mackall Replace demandload with new demandimport
Mon, 13 Nov 2006 13:26:57 -0600 Matt Mackall templates: move changeset templating bits to cmdutils
Sat, 12 Aug 2006 16:40:12 -0700 Vadim Gelfer remove localrepository.changes.
Mon, 07 Aug 2006 22:54:33 -0500 Matt Mackall Introduce update helper functions: update, merge, clean, and revert
Mon, 07 Aug 2006 17:26:09 -0500 Matt Mackall Fix extensions for merge change
Fri, 28 Jul 2006 21:20:41 -0300 Alexis S. L. Carvalho hbisect.py: don't rely on __del__ to write the current state.
Fri, 26 May 2006 22:17:43 +0200 Benoit Boissinot better ui for the bisect extension
Thu, 18 May 2006 08:03:51 +0200 Thomas Arendsen Hein Removed extra space in bisect output.
Wed, 08 Mar 2006 19:30:30 +0100 Thomas Arendsen Hein Moved bisect extension to hgext folder.
less more (0) tip