Fri, 30 Sep 2005 11:08:13 -0700 bisect extension for mercurial
Benoit Boissinot <benoit.boissinot@ens-lyon.org> [Fri, 30 Sep 2005 11:08:13 -0700] rev 1367
bisect extension for mercurial it works almost the same as git-bisect: hg bisect init # start bisecting hg bisect bad # mark current revision as broken hg bisect good [<rev>] # mark <rev> as working ... the bisect code finds a new revision to try ... see if it works hg bisect good # if it worked hg bisect bad # it doesn't work continue until there is only one revision left
Fri, 30 Sep 2005 11:06:19 -0700 Fixed an exception that was caught and improperly forgotten.
Eric Hopper <hopper@omnifarious.org> [Fri, 30 Sep 2005 11:06:19 -0700] rev 1366
Fixed an exception that was caught and improperly forgotten.
Fri, 30 Sep 2005 11:06:13 -0700 Suppress warning in zsh_completion script
Mikael Berthe <mikael@lilotux.net> [Fri, 30 Sep 2005 11:06:13 -0700] rev 1365
Suppress warning in zsh_completion script
Thu, 29 Sep 2005 15:18:32 -0700 Fix data reported for the nullid changeset
Matt Mackall <mpm@selenic.com> [Thu, 29 Sep 2005 15:18:32 -0700] rev 1364
Fix data reported for the nullid changeset
Thu, 29 Sep 2005 13:20:03 -0700 Merge with self
Matt Mackall <mpm@selenic.com> [Thu, 29 Sep 2005 13:20:03 -0700] rev 1363
Merge with self
Thu, 29 Sep 2005 13:18:39 -0700 zsh completion function for hg
Steve Borho <steve@borho.org> [Thu, 29 Sep 2005 13:18:39 -0700] rev 1362
zsh completion function for hg
Thu, 29 Sep 2005 13:18:32 -0700 contrib/hgk: remove hardcoded path to Wish
TK Soh <teekaysoh@yahoo.com> [Thu, 29 Sep 2005 13:18:32 -0700] rev 1361
contrib/hgk: remove hardcoded path to Wish
Thu, 29 Sep 2005 12:49:01 -0700 Re-add hgext/__init__.py
Matt Mackall <mpm@selenic.com> [Thu, 29 Sep 2005 12:49:01 -0700] rev 1360
Re-add hgext/__init__.py
Tue, 27 Sep 2005 18:30:54 -0700 Set the user agent for httprepo communication
Matt Mackall <mpm@selenic.com> [Tue, 27 Sep 2005 18:30:54 -0700] rev 1359
Set the user agent for httprepo communication
Tue, 27 Sep 2005 15:23:34 -0700 Partially revert ssh change so we read all of remote ssh stream
Matt Mackall <mpm@selenic.com> [Tue, 27 Sep 2005 15:23:34 -0700] rev 1358
Partially revert ssh change so we read all of remote ssh stream
(0) -1000 -300 -100 -10 +10 +100 +300 +1000 +3000 tip