Sun, 27 Jun 2010 23:12:05 +0200 resolve: do not crash on empty mergestate stable
Martin Geisler <mg@lazybytes.net> [Sun, 27 Jun 2010 23:12:05 +0200] rev 11451
resolve: do not crash on empty mergestate I managed to get an empty .hg/merge/state file by interrupting a merge by pressing Control-C. This lead to this error: TypeError: a2b_hex() argument 1 must be string or read-only buffer, not None since localnode is assigned None before the iteration over lines in the mergestate begins.
Wed, 23 Jun 2010 16:54:12 -1000 revset: fix spelling typo stable
Julian Cowley <julian@lava.net> [Wed, 23 Jun 2010 16:54:12 -1000] rev 11450
revset: fix spelling typo
Fri, 11 Jun 2010 01:35:38 -1000 parser: fix URL to effbot stable
Julian Cowley <julian@lava.net> [Fri, 11 Jun 2010 01:35:38 -1000] rev 11449
parser: fix URL to effbot
Thu, 24 Jun 2010 21:35:52 -0700 glog: fix crash on empty revision range stable
Eric Eisner <ede@mit.edu> [Thu, 24 Jun 2010 21:35:52 -0700] rev 11448
glog: fix crash on empty revision range
Fri, 25 Jun 2010 19:59:22 +0200 mercurial.spec: don't include convert-repo - use "hg convert" instead stable
Mads Kiilerich <mads@kiilerich.com> [Fri, 25 Jun 2010 19:59:22 +0200] rev 11447
mercurial.spec: don't include convert-repo - use "hg convert" instead
Fri, 25 Jun 2010 01:27:25 -1000 revset: remove debugging leftover stable
Julian Cowley <julian@lava.net> [Fri, 25 Jun 2010 01:27:25 -1000] rev 11446
revset: remove debugging leftover
Sat, 26 Jun 2010 15:56:48 +0200 contrib: update tcsh_completion with commands for 1.6 stable
Gilles Moris <gilles.moris@free.fr> [Sat, 26 Jun 2010 15:56:48 +0200] rev 11445
contrib: update tcsh_completion with commands for 1.6 Added the following commands: debugbuilddag debugdag debugpushkey debugrevspec.
Sat, 26 Jun 2010 12:26:03 -0500 bookmarks: fix in/out return values stable
Matt Mackall <mpm@selenic.com> [Sat, 26 Jun 2010 12:26:03 -0500] rev 11444
bookmarks: fix in/out return values
Sat, 26 Jun 2010 12:24:55 -0500 bookmarks: fix bogus cut and paste for outgoing stable
Matt Mackall <mpm@selenic.com> [Sat, 26 Jun 2010 12:24:55 -0500] rev 11443
bookmarks: fix bogus cut and paste for outgoing
Fri, 25 Jun 2010 13:47:28 -0500 addchangegroup: pass in lock to release it before changegroup hook is called stable
Matt Mackall <mpm@selenic.com> [Fri, 25 Jun 2010 13:47:28 -0500] rev 11442
addchangegroup: pass in lock to release it before changegroup hook is called Currently, callers of addchangegroup first acquire the repository lock, usually to check that an unbundle request isn't racing. This means that changegroup hook actions that might write to a repo get stuck waiting for a lock. Here, we add a new optional lock parameter and update all the callers. Post-1.6 we may make it non-optional.
Thu, 24 Jun 2010 15:18:47 +0100 cmdutil: only output style header once in non-buffered mode (issue2130) stable
Simon Howkins <simonh@symbian.org> [Thu, 24 Jun 2010 15:18:47 +0100] rev 11441
cmdutil: only output style header once in non-buffered mode (issue2130)
Wed, 23 Jun 2010 13:38:52 -0500 bookmarks: touch changelog on write to force hgweb reload stable
Matt Mackall <mpm@selenic.com> [Wed, 23 Jun 2010 13:38:52 -0500] rev 11440
bookmarks: touch changelog on write to force hgweb reload
Tue, 22 Jun 2010 21:36:09 +0200 mq: explicit exit code when patch is already on top stable
Gilles Moris <gilles.moris@free.fr> [Tue, 22 Jun 2010 21:36:09 +0200] rev 11439
mq: explicit exit code when patch is already on top
Tue, 22 Jun 2010 09:49:51 +0200 mq: fix qpush --move for selected guarded patches stable
Gilles Moris <gilles.moris@free.fr> [Tue, 22 Jun 2010 09:49:51 +0200] rev 11438
mq: fix qpush --move for selected guarded patches In the case of guarded patch, the patch could not be found because the full_series list contains also the guard value appended to each patch name. As we already checked that the patch is pushable above in the code, we just have to use the series list (which doesn't contains guard value) to get the patch index.
(0) -10000 -3000 -1000 -300 -100 -14 +14 +100 +300 +1000 +3000 +10000 +30000 tip