Wed, 30 Jun 2010 23:56:35 -0500 subrepo: correctly handle update -C with modified subrepos (issue2022) stable
Matt Mackall <mpm@selenic.com> [Wed, 30 Jun 2010 23:56:35 -0500] rev 11470
subrepo: correctly handle update -C with modified subrepos (issue2022) (based on a patch by Saint Germain)
Wed, 30 Jun 2010 18:15:23 -0500 http: deliver hook output to client stable
Maxim Khitrov <mkhitrov@gmail.com> [Wed, 30 Jun 2010 18:15:23 -0500] rev 11469
http: deliver hook output to client
Wed, 23 Jun 2010 13:44:07 +0200 setup: ignore failures to build optional inotify extension stable
Christian Boos <cboos@neuf.fr> [Wed, 23 Jun 2010 13:44:07 +0200] rev 11468
setup: ignore failures to build optional inotify extension
Wed, 30 Jun 2010 17:44:36 -0500 revset: make negate work for sort specs stable
Matt Mackall <mpm@selenic.com> [Wed, 30 Jun 2010 17:44:36 -0500] rev 11467
revset: make negate work for sort specs
Wed, 30 Jun 2010 17:34:20 -0500 update: synchronize permissions in the dirstate (issue1473) stable
Matt Mackall <mpm@selenic.com> [Wed, 30 Jun 2010 17:34:20 -0500] rev 11466
update: synchronize permissions in the dirstate (issue1473) fix by Benoit, updated by mpm to not affect all clean files
Thu, 24 Jun 2010 15:18:47 +0100 heads: fix templating of headers again (issue2130) stable
Simon Howkins <simonh@symbian.org> [Thu, 24 Jun 2010 15:18:47 +0100] rev 11465
heads: fix templating of headers again (issue2130) (tweaks and test by mpm)
Wed, 30 Jun 2010 12:44:58 +0900 minirst: use unicode string as intermediate form for replacement stable
FUJIWARA Katsunori <foozy@lares.dti.ne.jp> [Wed, 30 Jun 2010 12:44:58 +0900] rev 11464
minirst: use unicode string as intermediate form for replacement Some character encodings use ASCII characters other than control/alphabet/digit as a part of multi-bytes characters, so direct replacing with such characters on strings in local encoding causes invalid byte sequences.
Tue, 29 Jun 2010 17:30:42 -0500 subrepo: fix recording of + in .hgsubstate (issue2217) stable
Matt Mackall <mpm@selenic.com> [Tue, 29 Jun 2010 17:30:42 -0500] rev 11463
subrepo: fix recording of + in .hgsubstate (issue2217)
Tue, 29 Jun 2010 03:09:42 +0530 mq: qimport cleanup on fail (issue2214) stable
Vishakh H <vsh426@gmail.com> [Tue, 29 Jun 2010 03:09:42 +0530] rev 11462
mq: qimport cleanup on fail (issue2214) save state of successfully added patches and ensure cleanup on the way out.
Mon, 28 Jun 2010 23:23:55 +0200 test-acl: don't use $PWD stable
Mads Kiilerich <mads@kiilerich.com> [Mon, 28 Jun 2010 23:23:55 +0200] rev 11461
test-acl: don't use $PWD solaris ....
Mon, 28 Jun 2010 23:16:11 +0200 test-alias: don't use the environment variable PWD stable
Mads Kiilerich <mads@kiilerich.com> [Mon, 28 Jun 2010 23:16:11 +0200] rev 11460
test-alias: don't use the environment variable PWD solaris ...
Mon, 28 Jun 2010 15:08:01 +0200 revert: Make it clearer when not to use revert stable
Mads Kiilerich <mads@kiilerich.com> [Mon, 28 Jun 2010 15:08:01 +0200] rev 11459
revert: Make it clearer when not to use revert
Sun, 27 Jun 2010 22:20:47 -0500 progress: check stderr.isatty() before each print stable
Augie Fackler <durin42@gmail.com> [Sun, 27 Jun 2010 22:20:47 -0500] rev 11458
progress: check stderr.isatty() before each print This prevents writing progress information to a non-tty stderr if one is swapped in after startup, which happens in `hg serve`.
Sat, 26 Jun 2010 23:00:58 +0200 http digest auth: reset redirect counter on new requests (issue2255) stable
Mads Kiilerich <mads@kiilerich.com> [Sat, 26 Jun 2010 23:00:58 +0200] rev 11457
http digest auth: reset redirect counter on new requests (issue2255) This fixes a regression introduced in a1e575b48563 when Mercurial reuses the auth handler for several requests and the redirect counter never is reset.
Mon, 28 Jun 2010 11:07:27 -0500 revset: deal with empty sets in range endpoints stable
Matt Mackall <mpm@selenic.com> [Mon, 28 Jun 2010 11:07:27 -0500] rev 11456
revset: deal with empty sets in range endpoints (spotted by Julian Cowley <julian@lava.net>)
Sun, 27 Jun 2010 18:20:49 -0500 subrepo: fix silent push failure for SVN (issue2241) stable
Matt Mackall <mpm@selenic.com> [Sun, 27 Jun 2010 18:20:49 -0500] rev 11455
subrepo: fix silent push failure for SVN (issue2241)
Fri, 18 Jun 2010 08:49:24 +0200 merge: pass constant cset ancestor to fctx.ancestor stable
Peter Arrenbrecht <peter.arrenbrecht@gmail.com> [Fri, 18 Jun 2010 08:49:24 +0200] rev 11454
merge: pass constant cset ancestor to fctx.ancestor
Fri, 18 Jun 2010 08:48:05 +0200 context: allow passing the common cset ancestor to fctx.ancestor stable
Peter Arrenbrecht <peter.arrenbrecht@gmail.com> [Fri, 18 Jun 2010 08:48:05 +0200] rev 11453
context: allow passing the common cset ancestor to fctx.ancestor This is used by the next patch to speed up merge.applyupdates.
Sun, 27 Jun 2010 17:41:43 -0500 merge: document how to 'undo' a merge stable
Matt Mackall <mpm@selenic.com> [Sun, 27 Jun 2010 17:41:43 -0500] rev 11452
merge: document how to 'undo' a merge
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)
(0) -10000 -3000 -1000 -300 -100 -50 -30 +30 +50 +100 +300 +1000 +3000 +10000 +30000 tip