Sun, 07 Feb 2010 19:39:29 +0100 zeroconf: better fix for readName error
Brendan Cully <brendan@kublai.com> [Sun, 07 Feb 2010 19:39:29 +0100] rev 10386
zeroconf: better fix for readName error Stop parsing when an unknown type is seen, since it is impossible to resynchronize on the stream.
Sun, 07 Feb 2010 18:37:14 +0100 zeroconf: try utf-16 decoding if utf-8 fails
Brendan Cully <brendan@kublai.com> [Sun, 07 Feb 2010 18:37:14 +0100] rev 10385
zeroconf: try utf-16 decoding if utf-8 fails
Sun, 07 Feb 2010 18:06:52 +0100 import: import each patch in a file or stream as a separate change
Brendan Cully <brendan@kublai.com> [Sun, 07 Feb 2010 18:06:52 +0100] rev 10384
import: import each patch in a file or stream as a separate change Supports hg export <revrange>, mail messages, and mailboxes. Does not support multiple patches in a single MIME attachment. Closes issue167.
Sun, 07 Feb 2010 16:44:55 +0100 ui: look before you leap on sys.stdout.closed
Dirkjan Ochtman <dirkjan@ochtman.nl> [Sun, 07 Feb 2010 16:44:55 +0100] rev 10383
ui: look before you leap on sys.stdout.closed
Sun, 07 Feb 2010 16:03:38 +0100 mq: fix deprecation mention, line length
Augie Fackler <durin42@gmail.com> [Sun, 07 Feb 2010 16:03:38 +0100] rev 10382
mq: fix deprecation mention, line length
Sun, 07 Feb 2010 16:04:42 +0100 merge with mpm
Dirkjan Ochtman <dirkjan@ochtman.nl> [Sun, 07 Feb 2010 16:04:42 +0100] rev 10381
merge with mpm
Sun, 07 Feb 2010 15:57:16 +0100 addbranchrevs: fallback for older servers
Sune Foldager <cryo@cyanite.org> [Sun, 07 Feb 2010 15:57:16 +0100] rev 10380
addbranchrevs: fallback for older servers
Sun, 07 Feb 2010 15:23:46 +0100 add -b/--branch option to clone, bundle, incoming, outgoing, pull, push
Sune Foldager <cryo@cyanite.org> [Sun, 07 Feb 2010 15:23:46 +0100] rev 10379
add -b/--branch option to clone, bundle, incoming, outgoing, pull, push
Sat, 06 Feb 2010 19:14:37 +0100 subrepo: change default path in hgrc of subrepo after cloning
Saint Germain <saintger@gmail.com> [Sat, 06 Feb 2010 19:14:37 +0100] rev 10378
subrepo: change default path in hgrc of subrepo after cloning Previous behavior was to put in the cloned subrepos the path found in the original main repo. However it isn't valid for relative path and it seems more logical to reference instead the subrepos working copy path of the original main repo.
Sun, 07 Feb 2010 15:31:53 +0100 streamclone: allow uncompressed clones by default
Matt Mackall <mpm@selenic.com> [Sun, 07 Feb 2010 15:31:53 +0100] rev 10377
streamclone: allow uncompressed clones by default
Sun, 07 Feb 2010 15:08:26 +0100 help: Improved body text
timeless <timeless@mozdev.org> [Sun, 07 Feb 2010 15:08:26 +0100] rev 10376
help: Improved body text
Fri, 20 Nov 2009 14:37:36 +0200 commands: Try to improve help options text for basic commands
timeless@mozdev.org [Fri, 20 Nov 2009 14:37:36 +0200] rev 10375
commands: Try to improve help options text for basic commands Mostly rewrite -r text
Sun, 07 Feb 2010 10:58:51 +0100 check-code.py: make help strings consistent
Martin Geisler <mg@lazybytes.net> [Sun, 07 Feb 2010 10:58:51 +0100] rev 10374
check-code.py: make help strings consistent
Sun, 07 Feb 2010 01:52:10 +0100 check-code.py: escape backslash
Mads Kiilerich <mads@kiilerich.com> [Sun, 07 Feb 2010 01:52:10 +0100] rev 10373
check-code.py: escape backslash
Sun, 07 Feb 2010 07:37:05 -0600 qnew: ignore force option
Augie Fackler <durin42@gmail.com> [Sun, 07 Feb 2010 07:37:05 -0600] rev 10372
qnew: ignore force option This makes the default behavior the same as qnew --force, and deprecates the force option.
Sun, 07 Feb 2010 15:09:02 +0100 strip apostrophes from an error messages
Dirkjan Ochtman <dirkjan@ochtman.nl> [Sun, 07 Feb 2010 15:09:02 +0100] rev 10371
strip apostrophes from an error messages
Sun, 07 Feb 2010 14:53:17 +0100 mq: fix typo, thanks pmezard
Dirkjan Ochtman <dirkjan@ochtman.nl> [Sun, 07 Feb 2010 14:53:17 +0100] rev 10370
mq: fix typo, thanks pmezard
Sun, 07 Feb 2010 14:51:52 +0100 commands: annotate follows by default, separate -f/--file option
Dirkjan Ochtman <dirkjan@ochtman.nl> [Sun, 07 Feb 2010 14:51:52 +0100] rev 10369
commands: annotate follows by default, separate -f/--file option
Sun, 07 Feb 2010 14:43:21 +0100 Merge with crew-stable
Patrick Mezard <pmezard@gmail.com> [Sun, 07 Feb 2010 14:43:21 +0100] rev 10368
Merge with crew-stable
Sun, 07 Feb 2010 11:38:36 +0100 test-mq-qrefresh: test qrefresh when tip != qtip stable
Patrick Mezard <pmezard@gmail.com> [Sun, 07 Feb 2010 11:38:36 +0100] rev 10367
test-mq-qrefresh: test qrefresh when tip != qtip
Sat, 06 Feb 2010 18:36:27 +0100 mq: remove qrefresh slow path (issue2025) stable
Dan Villiom Podlaski Christiansen <danchr@gmail.com> [Sat, 06 Feb 2010 18:36:27 +0100] rev 10366
mq: remove qrefresh slow path (issue2025) The slow path/fast path distinction has existed since mq was added to Mercurial in 2006. The slow path was used whenever the refreshed revision wasn't the tip
Sun, 07 Feb 2010 14:29:07 +0100 interpret repo#name url syntax as branch instead of revision
Sune Foldager <cryo@cyanite.org> [Sun, 07 Feb 2010 14:29:07 +0100] rev 10365
interpret repo#name url syntax as branch instead of revision Previously, the name part of an repo#name url was interpreted as a revision, similar to using the --rev option. Now it is instead looked up as a branch first, and if that succeeds all the heads of the branch will be processed instead of just its tip-most head. If the branch lookup fails, it will be assumed to be an revision as before (e.g. for tags).
Sun, 07 Feb 2010 14:01:43 +0100 dispatch: provide help for disabled extensions and commands
Brodie Rao <me+hg@dackz.net> [Sun, 07 Feb 2010 14:01:43 +0100] rev 10364
dispatch: provide help for disabled extensions and commands Before a command is declared unknown, each extension in hgext is searched, starting with hgext.<cmdname>. If there's a matching command, a help message suggests the appropriate extension and how to enable it. Every extension could potentially be imported, but for cases like rebase, relink, etc. only one extension is imported. For the case of "hg help disabledext", if the extension is in hgext, the extension description is read and a similar help suggestion is printed. No extension import occurs.
Sun, 07 Feb 2010 11:32:08 +0100 extensions: refactor disabled()
Brodie Rao <me+hg@dackz.net> [Sun, 07 Feb 2010 11:32:08 +0100] rev 10363
extensions: refactor disabled()
Sun, 07 Feb 2010 14:06:05 +0100 mq: don't warn on qpush against a branch head
Dirkjan Ochtman <djc.ochtman@kentyde.com> [Sun, 07 Feb 2010 14:06:05 +0100] rev 10362
mq: don't warn on qpush against a branch head
Sun, 07 Feb 2010 13:49:52 +0100 mq: deprecate qinit and qcommit
Dirkjan Ochtman <djc.ochtman@kentyde.com> [Sun, 07 Feb 2010 13:49:52 +0100] rev 10361
mq: deprecate qinit and qcommit
Sun, 07 Feb 2010 12:34:02 +0100 mq: deprecate qsave, qrestore and related options
Dirkjan Ochtman <djc.ochtman@kentyde.com> [Sun, 07 Feb 2010 12:34:02 +0100] rev 10360
mq: deprecate qsave, qrestore and related options
Tue, 23 Dec 2008 09:46:40 -0800 mq: add --mq option to some commands
Brendan Cully <brendan@kublai.com> [Tue, 23 Dec 2008 09:46:40 -0800] rev 10359
mq: add --mq option to some commands This causes them to operate on the queue repository as qcommit does, and is nicer than hg -R $(hg root)
Sat, 06 Feb 2010 20:24:51 +0100 pull: with -u and -r, update to the first revision given
Sune Foldager <cryo@cyanite.org> [Sat, 06 Feb 2010 20:24:51 +0100] rev 10358
pull: with -u and -r, update to the first revision given This makes pull consistent with clone. The actual change is in mercurial.hg.parseurl, changing its checkout result, which is only used for pull.
Sun, 07 Feb 2010 10:01:55 +0100 localrepo: inline single-use nested function
Dirkjan Ochtman <dirkjan@ochtman.nl> [Sun, 07 Feb 2010 10:01:55 +0100] rev 10357
localrepo: inline single-use nested function
Sun, 07 Feb 2010 09:58:41 +0100 localrepo: unify changegroup and changegroupsubset code paths a bit
Dirkjan Ochtman <dirkjan@ochtman.nl> [Sun, 07 Feb 2010 09:58:41 +0100] rev 10356
localrepo: unify changegroup and changegroupsubset code paths a bit
Sun, 07 Feb 2010 00:51:59 +0100 merge: add hints about the use of 'hg heads' to find the rev to merge
Benoit Boissinot <benoit.boissinot@ens-lyon.org> [Sun, 07 Feb 2010 00:51:59 +0100] rev 10355
merge: add hints about the use of 'hg heads' to find the rev to merge
Sun, 07 Feb 2010 00:43:24 +0100 prepush: warn about every new outgoing named branch, not just the first
Benoit Boissinot <benoit.boissinot@ens-lyon.org> [Sun, 07 Feb 2010 00:43:24 +0100] rev 10354
prepush: warn about every new outgoing named branch, not just the first
Sun, 07 Feb 2010 00:43:22 +0100 prepush: rename variables, refactor
Benoit Boissinot <benoit.boissinot@ens-lyon.org> [Sun, 07 Feb 2010 00:43:22 +0100] rev 10353
prepush: rename variables, refactor
Sat, 06 Feb 2010 10:51:50 +0100 rebase: add --detach option to detach intermediate revisions (issue1950)
Stefano Tortarolo <stefano.tortarolo@gmail.com> [Sat, 06 Feb 2010 10:51:50 +0100] rev 10352
rebase: add --detach option to detach intermediate revisions (issue1950) When rebasing an intermediate revision, rebase keeps a parent relationship with the original parent. This option forces the removal of this relationship. In more depth, it 'fakes' null merges between the target revision and the ancestors of source, dropping every change from the ancestors. The result is that every change in source and its descendants will be rebased, ignoring the changes in its ancestors.
Sun, 31 Jan 2010 13:30:17 +0100 rebase: refactoring
Stefano Tortarolo <stefano.tortarolo@gmail.com> [Sun, 31 Jan 2010 13:30:17 +0100] rev 10351
rebase: refactoring Separate rebase-specific functions, in order to provide a better base to extend rebase's capabilities. Note that this will be useful especially to share functions with 'adapt'.
Sat, 06 Feb 2010 19:38:39 +0100 commands: do all branch heads by default, demote topological to -t/--topo
Dirkjan Ochtman <dirkjan@ochtman.nl> [Sat, 06 Feb 2010 19:38:39 +0100] rev 10350
commands: do all branch heads by default, demote topological to -t/--topo
Sat, 06 Feb 2010 19:33:40 +0100 commands: actually implement --closed for topological heads
Dirkjan Ochtman <dirkjan@ochtman.nl> [Sat, 06 Feb 2010 19:33:40 +0100] rev 10349
commands: actually implement --closed for topological heads
Sat, 06 Feb 2010 19:06:02 +0100 commands: externalize branchheads so we can do it for all branches at once
Dirkjan Ochtman <dirkjan@ochtman.nl> [Sat, 06 Feb 2010 19:06:02 +0100] rev 10348
commands: externalize branchheads so we can do it for all branches at once
Sat, 06 Feb 2010 19:33:33 +0100 commands: move inactive/closed out so they can have more effect
Dirkjan Ochtman <dirkjan@ochtman.nl> [Sat, 06 Feb 2010 19:33:33 +0100] rev 10347
commands: move inactive/closed out so they can have more effect
Sat, 06 Feb 2010 19:33:28 +0100 commands: don't do too much work for error messages
Dirkjan Ochtman <dirkjan@ochtman.nl> [Sat, 06 Feb 2010 19:33:28 +0100] rev 10346
commands: don't do too much work for error messages
Sat, 06 Feb 2010 19:00:50 +0100 commands: allow --closed even for topological heads displays
Dirkjan Ochtman <dirkjan@ochtman.nl> [Sat, 06 Feb 2010 19:00:50 +0100] rev 10345
commands: allow --closed even for topological heads displays But it actually only starts working later on.
Sat, 06 Feb 2010 16:50:00 +0100 util: make spawndetached() handle subprocess early terminations
Patrick Mezard <pmezard@gmail.com> [Sat, 06 Feb 2010 16:50:00 +0100] rev 10344
util: make spawndetached() handle subprocess early terminations The file-based synchronization introduced by e22695b4472f hangs when the child process fails before terminating the handshake, which the previous pipe-based version handled correctly. To fix this, the parent polling loop was fixed to detect premature terminations of the child process.
Sat, 06 Feb 2010 17:31:54 +0100 zeroconf: do not try to encode encoded strings (issue1942)
Henrik Stuart <hg@hstuart.dk> [Sat, 06 Feb 2010 17:31:54 +0100] rev 10343
zeroconf: do not try to encode encoded strings (issue1942)
Sat, 06 Feb 2010 17:31:49 +0100 zeroconf: override default destination folder on clone
Henrik Stuart <hg@hstuart.dk> [Sat, 06 Feb 2010 17:31:49 +0100] rev 10342
zeroconf: override default destination folder on clone
Sat, 06 Feb 2010 17:37:52 +0100 merge with main
Henrik Stuart <hg@hstuart.dk> [Sat, 06 Feb 2010 17:37:52 +0100] rev 10341
merge with main
Sat, 06 Feb 2010 17:11:18 +0100 merge with main
Benoit Boissinot <benoit.boissinot@ens-lyon.org> [Sat, 06 Feb 2010 17:11:18 +0100] rev 10340
merge with main
Fri, 05 Feb 2010 18:50:08 +0100 fix spaces/identation issues
Benoit Boissinot <benoit.boissinot@ens-lyon.org> [Fri, 05 Feb 2010 18:50:08 +0100] rev 10339
fix spaces/identation issues
Sat, 06 Feb 2010 15:21:48 +0100 Merge with crew
Matt Mackall <mpm@selenic.com> [Sat, 06 Feb 2010 15:21:48 +0100] rev 10338
Merge with crew
Sat, 06 Feb 2010 15:18:52 +0100 Merge with crew
Brendan Cully <brendan@kublai.com> [Sat, 06 Feb 2010 15:18:52 +0100] rev 10337
Merge with crew
Sat, 06 Feb 2010 15:18:36 +0100 run-tests: kill daemons on ^C with -j.
Brendan Cully <brendan@kublai.com> [Sat, 06 Feb 2010 15:18:36 +0100] rev 10336
run-tests: kill daemons on ^C with -j. This is not perfect, but the problem is fundamentally racy.
Sat, 06 Feb 2010 08:57:57 -0500 commands: fix more changeset header information in 'hg help export'
Steve Losh <steve@stevelosh.com> [Sat, 06 Feb 2010 08:57:57 -0500] rev 10335
commands: fix more changeset header information in 'hg help export'
Sat, 06 Feb 2010 08:28:39 -0500 commands: fix the list of changeset header information in 'hg help export'
Steve Losh <steve@stevelosh.com> [Sat, 06 Feb 2010 08:28:39 -0500] rev 10334
commands: fix the list of changeset header information in 'hg help export'
Wed, 03 Feb 2010 16:09:19 +0000 graphlog: remove unused import
Christian Ebert <blacktrash@gmx.net> [Wed, 03 Feb 2010 16:09:19 +0000] rev 10333
graphlog: remove unused import
Thu, 04 Feb 2010 20:58:42 +0000 keyword: fix utcdate filter
Christian Ebert <blacktrash@gmx.net> [Thu, 04 Feb 2010 20:58:42 +0000] rev 10332
keyword: fix utcdate filter So far the utcdate filter only omitted the timezone, now it actually converts to utc. Thanks to Kevin Grover for pointing out the issue.
Sat, 06 Feb 2010 12:47:33 +0100 commands: always order heads recent to oldest
Dirkjan Ochtman <dirkjan@ochtman.nl> [Sat, 06 Feb 2010 12:47:33 +0100] rev 10331
commands: always order heads recent to oldest
Sat, 06 Feb 2010 12:47:24 +0100 commands: fix up stupidly untested heads simplification
Dirkjan Ochtman <dirkjan@ochtman.nl> [Sat, 06 Feb 2010 12:47:24 +0100] rev 10330
commands: fix up stupidly untested heads simplification
Sat, 06 Feb 2010 12:47:17 +0100 revlog: fix up previously stupid API change
Dirkjan Ochtman <dirkjan@ochtman.nl> [Sat, 06 Feb 2010 12:47:17 +0100] rev 10329
revlog: fix up previously stupid API change
Sat, 06 Feb 2010 11:29:48 +0100 commands: simplify heads a little bit before I start hacking it up
Dirkjan Ochtman <dirkjan@ochtman.nl> [Sat, 06 Feb 2010 11:29:48 +0100] rev 10328
commands: simplify heads a little bit before I start hacking it up
Sat, 06 Feb 2010 11:29:23 +0100 localrepo: add a quick docstring for localrepo.branchmap()
Dirkjan Ochtman <dirkjan@ochtman.nl> [Sat, 06 Feb 2010 11:29:23 +0100] rev 10327
localrepo: add a quick docstring for localrepo.branchmap()
Sat, 06 Feb 2010 11:28:03 +0100 commands: deprecate the heads -a option
Dirkjan Ochtman <dirkjan@ochtman.nl> [Sat, 06 Feb 2010 11:28:03 +0100] rev 10326
commands: deprecate the heads -a option Hopefully we can remove it entirely in two releases or so.
Sat, 06 Feb 2010 11:27:22 +0100 revlog: add a fast path for checking ancestry
Dirkjan Ochtman <dirkjan@ochtman.nl> [Sat, 06 Feb 2010 11:27:22 +0100] rev 10325
revlog: add a fast path for checking ancestry
Sat, 06 Feb 2010 10:23:18 +0100 subrepo: correct copyright
David Soria Parra <dsp@php.net> [Sat, 06 Feb 2010 10:23:18 +0100] rev 10324
subrepo: correct copyright
Fri, 05 Feb 2010 18:46:22 +0100 record: function variable naming & signature cleanup.
Dan Villiom Podlaski Christiansen <danchr@gmail.com> [Fri, 05 Feb 2010 18:46:22 +0100] rev 10323
record: function variable naming & signature cleanup. No functionality change. All tests pass.
Fri, 05 Feb 2010 19:10:26 +0100 add options dict to localrepo.store.opener and use it for defversion
Vsevolod Solovyov <vsevolod.solovyov@gmail.com> [Fri, 05 Feb 2010 19:10:26 +0100] rev 10322
add options dict to localrepo.store.opener and use it for defversion
Fri, 05 Feb 2010 18:23:01 +0100 merge with main
Benoit Boissinot <benoit.boissinot@ens-lyon.org> [Fri, 05 Feb 2010 18:23:01 +0100] rev 10321
merge with main
Fri, 05 Feb 2010 17:02:27 +0200 localrepo: minor formatting - remove double space
Henri Wiechers <hwiechers@gmail.com> [Fri, 05 Feb 2010 17:02:27 +0200] rev 10320
localrepo: minor formatting - remove double space
Mon, 01 Feb 2010 22:29:11 +0200 coverage.py: fixed syntax error
Henri Wiechers <hwiechers@gmail.com> [Mon, 01 Feb 2010 22:29:11 +0200] rev 10319
coverage.py: fixed syntax error
Fri, 05 Feb 2010 17:24:38 +0100 merge with stable
Dirkjan Ochtman <dirkjan@ochtman.nl> [Fri, 05 Feb 2010 17:24:38 +0100] rev 10318
merge with stable
Fri, 05 Feb 2010 10:16:52 -0600 zeroconf: gethostbyaddr may also fail with socket.herror stable
Augie Fackler <durin42@gmail.com> [Fri, 05 Feb 2010 10:16:52 -0600] rev 10317
zeroconf: gethostbyaddr may also fail with socket.herror
Fri, 05 Feb 2010 07:07:53 -0600 Merge with stable
Steve Borho <steve@borho.org> [Fri, 05 Feb 2010 07:07:53 -0600] rev 10316
Merge with stable
Fri, 05 Feb 2010 04:33:08 -0600 commands: label from user is in local encoding stable
Steve Borho <steve@borho.org> [Fri, 05 Feb 2010 04:33:08 -0600] rev 10315
commands: label from user is in local encoding repo.branchtags().keys() are in UTF-8, so the label should be converted to UTF-8 before checking for a naming conflict. Keep the original label for ui.status()
Tue, 02 Feb 2010 09:13:59 +0100 merge with main
Benoit Boissinot <benoit.boissinot@ens-lyon.org> [Tue, 02 Feb 2010 09:13:59 +0100] rev 10314
merge with main
Tue, 02 Feb 2010 09:05:20 +0100 copies: check if revisions are related (bug found with pylint)
Benoit Boissinot <benoit.boissinot@ens-lyon.org> [Tue, 02 Feb 2010 09:05:20 +0100] rev 10313
copies: check if revisions are related (bug found with pylint)
Mon, 01 Feb 2010 11:34:44 -0600 Merge with stable
Matt Mackall <mpm@selenic.com> [Mon, 01 Feb 2010 11:34:44 -0600] rev 10312
Merge with stable
Mon, 01 Feb 2010 09:34:35 -0600 Added signature for changeset 4aa619c4c2c0 stable
Matt Mackall <mpm@selenic.com> [Mon, 01 Feb 2010 09:34:35 -0600] rev 10311
Added signature for changeset 4aa619c4c2c0
Mon, 01 Feb 2010 09:34:35 -0600 Added tag 1.4.3 for changeset 4aa619c4c2c0 stable
Matt Mackall <mpm@selenic.com> [Mon, 01 Feb 2010 09:34:35 -0600] rev 10310
Added tag 1.4.3 for changeset 4aa619c4c2c0
Mon, 01 Feb 2010 09:18:58 -0600 Merge with i18n
Matt Mackall <mpm@selenic.com> [Mon, 01 Feb 2010 09:18:58 -0600] rev 10309
Merge with i18n
Mon, 01 Feb 2010 09:18:25 -0600 Merge with i18n stable 1.4.3
Matt Mackall <mpm@selenic.com> [Mon, 01 Feb 2010 09:18:25 -0600] rev 10308
Merge with i18n
Mon, 01 Feb 2010 11:11:30 -0200 merge with i18n stable
Wagner Bruna <wbruna@softwareexpress.com.br> [Mon, 01 Feb 2010 11:11:30 -0200] rev 10307
merge with i18n stable
Mon, 01 Feb 2010 11:10:43 -0200 i18n-pt_BR: synchronized with b08ffd27dfc8 stable
Wagner Bruna <wbruna@softwareexpress.com.br> [Mon, 01 Feb 2010 11:10:43 -0200] rev 10306
i18n-pt_BR: synchronized with b08ffd27dfc8
Sun, 31 Jan 2010 16:01:20 +0100 Merge with stable.
Martin Geisler <mg@lazybytes.net> [Sun, 31 Jan 2010 16:01:20 +0100] rev 10305
Merge with stable.
Sat, 30 Jan 2010 19:49:52 +0100 i18n: fix typo in German translation stable
Georg Brandl <georg@python.org> [Sat, 30 Jan 2010 19:49:52 +0100] rev 10304
i18n: fix typo in German translation
Sun, 31 Jan 2010 02:34:50 +0900 i18n-ja: synchronized with e7727a545c48
FUJIWARA Katsunori <foozy@lares.dti.ne.jp> [Sun, 31 Jan 2010 02:34:50 +0900] rev 10303
i18n-ja: synchronized with e7727a545c48
Sun, 31 Jan 2010 13:43:33 -0600 Merge with stable
Matt Mackall <mpm@selenic.com> [Sun, 31 Jan 2010 13:43:33 -0600] rev 10302
Merge with stable
Sun, 24 Jan 2010 20:51:53 +0100 templates: rename `Last change' column in hgwebdir repository list.
Dan Villiom Podlaski Christiansen <danchr@gmail.com> [Sun, 24 Jan 2010 20:51:53 +0100] rev 10301
templates: rename `Last change' column in hgwebdir repository list. This patch changes column headers in the templates that previously said `Last change' to `Last modified'. Neither code nor functionality are changed other than that. For some time now, I have been annoyed by the fact the `Last change' column didn't list the age of the youngest changeset in the repository, or at least tip. It just occurred to me that this is because the wording is slightly misleading; what the column in fact lists is when the repository was last *modified*, that is, when changesets was last added or removed from it. The word `change' can be understood as referring to the changeset itself. Using `changed' would be ever so slightly less amigous. However, the standard nomenclature in this case is `modification date' and `Last modified', which is incidentally entirely unambigous. Hence, `Last modified' is the wording used.
Thu, 10 Dec 2009 17:21:31 +0900 run-tests: split tests/blacklist in tests/blacklists/*
Nicolas Dumazet <nicdumz.commits@gmail.com> [Thu, 10 Dec 2009 17:21:31 +0900] rev 10300
run-tests: split tests/blacklist in tests/blacklists/* Following discussions with Gilles Morris [1], it seems that it is preferable to use several blacklist files in a blacklists/ directory. It is easier to add an unversioned file for experiments than modifying a tracked file. Also fall back to a simpler syntax, giving up ConfigParser, now that section names are not needed anymore. And allow --blacklist parameter to be a complete path, instead of only one of the filenames contained in tests/blacklists/ [1] http://www.selenic.com/pipermail/mercurial-devel/2009-December/017317.html
Sun, 31 Jan 2010 18:02:16 +0100 subrepo: fix errors reported by pylint
Benoit Boissinot <benoit.boissinot@ens-lyon.org> [Sun, 31 Jan 2010 18:02:16 +0100] rev 10299
subrepo: fix errors reported by pylint
Sun, 31 Jan 2010 12:19:52 -0600 copies: revert d1cd09bb4d18 stable
Matt Mackall <mpm@selenic.com> [Sun, 31 Jan 2010 12:19:52 -0600] rev 10298
copies: revert d1cd09bb4d18 The behavior of rebase both before and after the fix was actually incorrect, and this change regressed other parts of copy behavior.
Thu, 28 Jan 2010 23:13:45 -0600 Merge with i18n
Matt Mackall <mpm@selenic.com> [Thu, 28 Jan 2010 23:13:45 -0600] rev 10297
Merge with i18n
Thu, 28 Jan 2010 23:13:10 -0600 Merge with stable
Matt Mackall <mpm@selenic.com> [Thu, 28 Jan 2010 23:13:10 -0600] rev 10296
Merge with stable
Thu, 28 Jan 2010 23:07:28 -0600 config: handle short continuations (issue1999) stable
Matt Mackall <mpm@selenic.com> [Thu, 28 Jan 2010 23:07:28 -0600] rev 10295
config: handle short continuations (issue1999) Thanks to Greg Ward for spotting and testing
Thu, 28 Jan 2010 22:45:46 -0600 copies: fix issue1994 stable
Matt Mackall <mpm@selenic.com> [Thu, 28 Jan 2010 22:45:46 -0600] rev 10294
copies: fix issue1994 Unscramble divergence test
Mon, 18 Jan 2010 19:57:36 +0100 i18n-sv: Translated twelve basic commands
Jens Bäckman <jens.backman@gmail.com> [Mon, 18 Jan 2010 19:57:36 +0100] rev 10293
i18n-sv: Translated twelve basic commands The help text and output strings surrounding these commands are now available in glorious Swedish: outgoing, paths, recover, rename, resolve, revert, rollback, root, showconfig, tag, tags, tip This also syncs with 279c8a73fde1.
Thu, 28 Jan 2010 22:45:04 -0600 bugzilla: lowercase mysqldb var
Matt Mackall <mpm@selenic.com> [Thu, 28 Jan 2010 22:45:04 -0600] rev 10292
bugzilla: lowercase mysqldb var
Thu, 28 Jan 2010 22:44:54 -0600 check-code: del isn't a function
Matt Mackall <mpm@selenic.com> [Thu, 28 Jan 2010 22:44:54 -0600] rev 10291
check-code: del isn't a function
Thu, 28 Jan 2010 22:44:45 -0600 check-code: fix copyright date
Matt Mackall <mpm@selenic.com> [Thu, 28 Jan 2010 22:44:45 -0600] rev 10290
check-code: fix copyright date
Thu, 28 Jan 2010 22:44:36 -0600 test-minirst: hide trailing whitespace from check-code
Matt Mackall <mpm@selenic.com> [Thu, 28 Jan 2010 22:44:36 -0600] rev 10289
test-minirst: hide trailing whitespace from check-code
Thu, 28 Jan 2010 22:44:25 -0600 zeroconf: flag third-party Zeroconf.py for ignore in check-code
Matt Mackall <mpm@selenic.com> [Thu, 28 Jan 2010 22:44:25 -0600] rev 10288
zeroconf: flag third-party Zeroconf.py for ignore in check-code
Thu, 28 Jan 2010 22:44:18 -0600 check-code: add some ignore hints
Matt Mackall <mpm@selenic.com> [Thu, 28 Jan 2010 22:44:18 -0600] rev 10287
check-code: add some ignore hints
Mon, 25 Jan 2010 01:23:34 -0600 check-code: check thyself
Matt Mackall <mpm@selenic.com> [Mon, 25 Jan 2010 01:23:34 -0600] rev 10286
check-code: check thyself
Fri, 29 Jan 2010 01:04:38 +0100 Merge with stable.
Martin Geisler <mg@lazybytes.net> [Fri, 29 Jan 2010 01:04:38 +0100] rev 10285
Merge with stable.
Thu, 28 Jan 2010 11:27:09 +0000 patchbomb: document [patchbomb] config section for addresses stable
Christian Ebert <blacktrash@gmx.net> [Thu, 28 Jan 2010 11:27:09 +0000] rev 10284
patchbomb: document [patchbomb] config section for addresses
Thu, 28 Jan 2010 10:38:29 +0000 hgrc.5: whether bcc is prompted for is up to the extension stable
Christian Ebert <blacktrash@gmx.net> [Thu, 28 Jan 2010 10:38:29 +0000] rev 10283
hgrc.5: whether bcc is prompted for is up to the extension There is no code in mail.py that forbids an extension to prompt for bcc.
Mon, 25 Jan 2010 00:05:27 -0600 many, many trivial check-code fixups
Matt Mackall <mpm@selenic.com> [Mon, 25 Jan 2010 00:05:27 -0600] rev 10282
many, many trivial check-code fixups
Mon, 25 Jan 2010 00:05:22 -0600 Introduce check-code.py
Matt Mackall <mpm@selenic.com> [Mon, 25 Jan 2010 00:05:22 -0600] rev 10281
Introduce check-code.py check-code is a simple regex-based framework for checking our code and tests for common style and portability errors. Currently, it knows a fair amount about our Python and C style, and a little about common shell script portability problems.
Sun, 24 Jan 2010 18:44:12 +0100 merge with stable
Benoit Boissinot <benoit.boissinot@ens-lyon.org> [Sun, 24 Jan 2010 18:44:12 +0100] rev 10280
merge with stable
Sat, 23 Jan 2010 02:03:42 +0100 test-encode: Use tr chacter classes instead of character ranges stable
Mads Kiilerich <mads@kiilerich.com> [Sat, 23 Jan 2010 02:03:42 +0100] rev 10279
test-encode: Use tr chacter classes instead of character ranges Solaris ...
Sat, 23 Jan 2010 16:55:46 +0100 Merge with stable
Martin Geisler <mg@lazybytes.net> [Sat, 23 Jan 2010 16:55:46 +0100] rev 10278
Merge with stable
Sat, 23 Jan 2010 16:54:53 +0100 templates: do not add "ago" twice stable
Martin Geisler <mg@lazybytes.net> [Sat, 23 Jan 2010 16:54:53 +0100] rev 10277
templates: do not add "ago" twice After 1d75c683ada1, "ago" is added by the ago template filter.
Fri, 22 Jan 2010 17:15:58 +0100 Merge with stable
Martin Geisler <mg@lazybytes.net> [Fri, 22 Jan 2010 17:15:58 +0100] rev 10276
Merge with stable
Fri, 22 Jan 2010 17:13:55 +0100 tests: Don't use $PWD stable
Mads Kiilerich <mads@kiilerich.com> [Fri, 22 Jan 2010 17:13:55 +0100] rev 10275
tests: Don't use $PWD $PWD doesn't work with solaris sh - use `pwd` instead
Wed, 20 Jan 2010 23:23:18 +0100 mq: Do not translate import message that are appended to commits. stable
David Soria Parra <dsp@php.net> [Wed, 20 Jan 2010 23:23:18 +0100] rev 10274
mq: Do not translate import message that are appended to commits. We should not translate the "imported patch" message. The translated message confuses the detection whether the user has not updated the commit message yet. We try to avoid to translate generated commit messages.
Thu, 21 Jan 2010 13:26:26 +0100 subrepo: handle svn externals and meta changes (issue1982)
Patrick Mezard <pmezard@gmail.com> [Thu, 21 Jan 2010 13:26:26 +0100] rev 10273
subrepo: handle svn externals and meta changes (issue1982) - Detect changes to meta on regular and external entries - Do not try to commit external entries
Thu, 21 Jan 2010 15:13:40 +0100 subrepo: svn xml output is much easier to parse
Patrick Mezard <pmezard@gmail.com> [Thu, 21 Jan 2010 15:13:40 +0100] rev 10272
subrepo: svn xml output is much easier to parse That's especially true with status flags: there are different fields and values for regular changes, meta changes, externals changes and externals meta changes.
Thu, 21 Jan 2010 15:13:03 +0100 subrepo: make svn use C locale for portability
Patrick Mezard <pmezard@gmail.com> [Thu, 21 Jan 2010 15:13:03 +0100] rev 10271
subrepo: make svn use C locale for portability My reasons to do c2e2a5e6c36b were wrong. We want to have non-localized svn output while preserving current locale for input arguments and svn internals. This is achieved by setting LC_MESSAGE=C.
Wed, 20 Jan 2010 16:58:48 +0100 Merge with stable
Martin Geisler <mg@lazybytes.net> [Wed, 20 Jan 2010 16:58:48 +0100] rev 10270
Merge with stable
Wed, 20 Jan 2010 13:50:06 +0900 summary: L10N messages hide clean-ness of workdir from 'hg summary' stable
FUJIWARA Katsunori <foozy@lares.dti.ne.jp> [Wed, 20 Jan 2010 13:50:06 +0900] rev 10269
summary: L10N messages hide clean-ness of workdir from 'hg summary' 'hg summary' recognizes workdir as clean by searching for 'clean' is in own output text. But 'clean' is one of I18N target texts, so 'hg summary --quiet' behaves incorrectly in non-English locale.
Wed, 20 Jan 2010 16:48:20 +0100 mercurial.el: add forgotten version number stable
Martin Geisler <mg@lazybytes.net> [Wed, 20 Jan 2010 16:48:20 +0100] rev 10268
mercurial.el: add forgotten version number The number was accidentally removed in the change from GPLv2 to GPLv2+ in 25e572394f5c.
Sun, 17 Jan 2010 01:53:04 +0100 test-subrepo-svn: remove bashism
Mads Kiilerich <mads@kiilerich.com> [Sun, 17 Jan 2010 01:53:04 +0100] rev 10267
test-subrepo-svn: remove bashism
Wed, 20 Jan 2010 09:49:15 +0100 Merge with crew-stable
Patrick Mezard <pmezard@gmail.com> [Wed, 20 Jan 2010 09:49:15 +0100] rev 10266
Merge with crew-stable
Sun, 17 Jan 2010 01:52:36 +0100 test-patch-offset: Don't use unified diff stable
Mads Kiilerich <mads@kiilerich.com> [Sun, 17 Jan 2010 01:52:36 +0100] rev 10265
test-patch-offset: Don't use unified diff Solaris diff -u likes to be "helpful" and tell that "No differences encountered"
Tue, 19 Jan 2010 22:45:09 -0600 Merge with stable
Matt Mackall <mpm@selenic.com> [Tue, 19 Jan 2010 22:45:09 -0600] rev 10264
Merge with stable
Tue, 19 Jan 2010 22:20:08 -0600 Update license to GPLv2+ stable
Matt Mackall <mpm@selenic.com> [Tue, 19 Jan 2010 22:20:08 -0600] rev 10263
Update license to GPLv2+
Tue, 19 Jan 2010 22:20:05 -0600 copies: speed up copy detection stable
Matt Mackall <mpm@selenic.com> [Tue, 19 Jan 2010 22:20:05 -0600] rev 10262
copies: speed up copy detection On some large repos, copy detection could spend > 10min using fctx.ancestor() to determine if file revisions were actually related. Because ancestor must traverse history to the root to determine the GCA, it was doing a lot more work than necessary. With this replacement, same status -r a:b takes ~3 seconds.
Mon, 28 Dec 2009 12:14:26 +0900 hgweb: request: strip() form values stable
Nicolas Dumazet <nicdumz.commits@gmail.com> [Mon, 28 Dec 2009 12:14:26 +0900] rev 10261
hgweb: request: strip() form values Entering "<correct_cset_hash> " in the search form was not returning anything. This happens relatively often, due to HTML formatting: when copy/pasting a cset hash from the web, selection might contain surrounding spaces.
Mon, 18 Jan 2010 22:59:32 +0100 templatekw: fix extras, manifest and showlist args (issue1989)
Patrick Mezard <pmezard@gmail.com> [Mon, 18 Jan 2010 22:59:32 +0100] rev 10260
templatekw: fix extras, manifest and showlist args (issue1989) Removing the explicit parameters from keywords signature is easier than copying and reproducing the original argument list.
Mon, 18 Jan 2010 15:38:31 -0200 merge with i18n stable
Wagner Bruna <wbruna@softwareexpress.com.br> [Mon, 18 Jan 2010 15:38:31 -0200] rev 10259
merge with i18n stable
Mon, 18 Jan 2010 15:37:45 -0200 i18n-pt_BR: synchronized with 279c8a73fde1 stable
Wagner Bruna <wbruna@softwareexpress.com.br> [Mon, 18 Jan 2010 15:37:45 -0200] rev 10258
i18n-pt_BR: synchronized with 279c8a73fde1
Sat, 16 Jan 2010 02:40:00 +0100 Merge with stable
Martin Geisler <mg@lazybytes.net> [Sat, 16 Jan 2010 02:40:00 +0100] rev 10257
Merge with stable
Wed, 13 Jan 2010 22:05:06 -0500 share: be more explicit about the dangers of rollback. stable
Greg Ward <greg-hg@gerg.ca> [Wed, 13 Jan 2010 22:05:06 -0500] rev 10256
share: be more explicit about the dangers of rollback.
Wed, 06 Jan 2010 03:27:15 +0100 mercurial.spec: Alignment with AIX spec by Jim Hague stable
Mads Kiilerich <mads@kiilerich.com> [Wed, 06 Jan 2010 03:27:15 +0100] rev 10255
mercurial.spec: Alignment with AIX spec by Jim Hague * Require Python 2.4 or later * Note that hgk uses tk - but don't require it * Remove bashism to support ksh * Install mq.el * Handle uncompressed man pages
Sat, 16 Jan 2010 02:33:06 +0100 hgweb: changenav: separate pages before and after the current position
Nicolas Dumazet <nicdumz.commits@gmail.com> [Sat, 16 Jan 2010 02:33:06 +0100] rev 10254
hgweb: changenav: separate pages before and after the current position This should allow styles to customize more precisely navigation bar, for example inserting a cursor to show where we are in the navigation bar.
Wed, 06 Jan 2010 18:03:33 +0000 Work around AIX shell builtin printf not handling \NNN. stable
Jim Hague <jim.hague@acm.org> [Wed, 06 Jan 2010 18:03:33 +0000] rev 10253
Work around AIX shell builtin printf not handling \NNN. On AIX, ksh builtin printf does not understand \NNN. Some tests use this to generate test data, and so fail on AIX. Rework these tests to use python to generate the correct characters. This fixes the tests on AIX and should be more generally portable.
Fri, 15 Jan 2010 21:32:53 +0100 merge with stable
Benoit Boissinot <benoit.boissinot@ens-lyon.org> [Fri, 15 Jan 2010 21:32:53 +0100] rev 10252
merge with stable
Fri, 15 Jan 2010 21:08:04 +0100 subrepo: fix merging of already merged subrepos (issue1986) stable
Benoit Boissinot <benoit.boissinot@ens-lyon.org> [Fri, 15 Jan 2010 21:08:04 +0100] rev 10251
subrepo: fix merging of already merged subrepos (issue1986) This fixes a bug seen when merging a main repo which contains a subrepo when both repos have been merged before. Each repo (main and sub) has two branches, both of which have been merged before. In a subrepo, if the revision to merge to is an ancestor of the current rev, then the merge should be a noop. Test provided by Steve Losh.
Fri, 15 Jan 2010 10:38:11 +0100 Merge with crew-stab le
Patrick Mezard <pmezard@gmail.com> [Fri, 15 Jan 2010 10:38:11 +0100] rev 10250
Merge with crew-stab le
Fri, 15 Jan 2010 09:50:52 +0100 cmdutil: expand style paths (issue1948) stable
Patrick Mezard <pmezard@gmail.com> [Fri, 15 Jan 2010 09:50:52 +0100] rev 10249
cmdutil: expand style paths (issue1948) Fix suggested by Andrea Riciputi <andrea.riciputi@gmail.com>
Thu, 14 Jan 2010 16:43:14 +0100 hgweb: add a test for search logs
Dirkjan Ochtman <dirkjan@ochtman.nl> [Thu, 14 Jan 2010 16:43:14 +0100] rev 10248
hgweb: add a test for search logs
Thu, 14 Jan 2010 16:42:10 +0100 hgweb: add less/more links for search logs (issue1972)
Dirkjan Ochtman <dirkjan@ochtman.nl> [Thu, 14 Jan 2010 16:42:10 +0100] rev 10247
hgweb: add less/more links for search logs (issue1972)
Thu, 14 Jan 2010 16:28:21 +0100 hgweb: add less/more links to shortlog/filelog nav
Dirkjan Ochtman <dirkjan@ochtman.nl> [Thu, 14 Jan 2010 16:28:21 +0100] rev 10246
hgweb: add less/more links to shortlog/filelog nav
Thu, 14 Jan 2010 16:07:34 +0100 hgweb: make graph page size equal to shortlog
Dirkjan Ochtman <dirkjan@ochtman.nl> [Thu, 14 Jan 2010 16:07:34 +0100] rev 10245
hgweb: make graph page size equal to shortlog
Wed, 13 Jan 2010 12:00:06 +0100 merge with stable
Dirkjan Ochtman <dirkjan@ochtman.nl> [Wed, 13 Jan 2010 12:00:06 +0100] rev 10244
merge with stable
Wed, 13 Jan 2010 11:53:55 +0100 ui: just return it if it's already a bool stable
Dirkjan Ochtman <dirkjan@ochtman.nl> [Wed, 13 Jan 2010 11:53:55 +0100] rev 10243
ui: just return it if it's already a bool
Wed, 13 Jan 2010 11:57:32 +0100 demandimport: ignore _winreg (used in python-2.7 mimetypes) stable
Dirkjan Ochtman <dirkjan@ochtman.nl> [Wed, 13 Jan 2010 11:57:32 +0100] rev 10242
demandimport: ignore _winreg (used in python-2.7 mimetypes)
Tue, 12 Jan 2010 22:20:21 +0100 shrink-revlog: add --dry-run option
Patrick Mezard <pmezard@gmail.com> [Tue, 12 Jan 2010 22:20:21 +0100] rev 10241
shrink-revlog: add --dry-run option
Sun, 10 Jan 2010 18:13:34 +0100 cmdutil: hide child window created by win32 spawndetached()
Patrick Mezard <pmezard@gmail.com> [Sun, 10 Jan 2010 18:13:34 +0100] rev 10240
cmdutil: hide child window created by win32 spawndetached() Hiding the child process window is not strictly necessary but it avoids opening an empty shell window when running hg serve as well as a task in the task bar. The window is hidden after the process is already started causing a single flicker.
Wed, 06 Jan 2010 21:11:58 +0100 Find right hg command for detached process
Patrick Mezard <pmezard@gmail.com> [Wed, 06 Jan 2010 21:11:58 +0100] rev 10239
Find right hg command for detached process On Windows, Mercurial can be run from the python script of from a frozen executable. In the first case, we have to call the python interpreter since the script is not executable. Frozen executable can be called directly. Fix 3/3 for issue421
Wed, 06 Jan 2010 21:11:58 +0100 cmdutil: replace unix pipe handshake with file lock
Patrick Mezard <pmezard@gmail.com> [Wed, 06 Jan 2010 21:11:58 +0100] rev 10238
cmdutil: replace unix pipe handshake with file lock The pipe handshake cannot be implemented with Windows detached process, which disables handle inheritance. Fix 2/3 for issue421
Fri, 10 Apr 2009 21:20:25 +0200 serve: add and use portable spawnvp replacement
Patrick Mezard <pmezard@gmail.com> [Fri, 10 Apr 2009 21:20:25 +0200] rev 10237
serve: add and use portable spawnvp replacement There is no standard python command to really detach a process under Windows. Instead we use the low level API wrapped by subprocess module with all necessary options to avoid any kind of context inheritance. Unfortunately, this version still opens a new window for the child process. The following have been tried: - os.spawnv(os.P_NOWAIT): works but the child process is killed when parent console terminates. - os.spawnv(os.P_DETACH): works on python25, hang on python26 when writing to the hgweb output socket. - subprocess.CreateProcess() hack without shell mode: similar to os.spawnv(os.P_DETACH). Fix 1/3 for issue421
Tue, 12 Jan 2010 15:12:53 +0100 shrink-revlog: help/doc tweaks
Greg Ward <greg-hg@gerg.ca> [Tue, 12 Jan 2010 15:12:53 +0100] rev 10236
shrink-revlog: help/doc tweaks - make it look right in 'hg help extensions' - clarify --revlog option - add a main program to tell users this is no longer a standalone script
Thu, 07 Jan 2010 23:04:53 +0100 Add shrink-revlog.py to win32 installer
Pascal Quantin <pascal.quantin@gmail.com> [Thu, 07 Jan 2010 23:04:53 +0100] rev 10235
Add shrink-revlog.py to win32 installer
Mon, 11 Jan 2010 21:15:53 +0100 shrink-revlog: make it work on windows (issue1976)
Patrick Mezard <pmezard@gmail.com> [Mon, 11 Jan 2010 21:15:53 +0100] rev 10234
shrink-revlog: make it work on windows (issue1976)
Mon, 11 Jan 2010 22:41:49 +0100 merge main with stable
Benoit Boissinot <benoit.boissinot@ens-lyon.org> [Mon, 11 Jan 2010 22:41:49 +0100] rev 10233
merge main with stable
Mon, 11 Jan 2010 22:41:24 +0100 merge crew together
Benoit Boissinot <benoit.boissinot@ens-lyon.org> [Mon, 11 Jan 2010 22:41:24 +0100] rev 10232
merge crew together
Mon, 11 Jan 2010 22:41:02 +0100 merge stable together stable
Benoit Boissinot <benoit.boissinot@ens-lyon.org> [Mon, 11 Jan 2010 22:41:02 +0100] rev 10231
merge stable together
Mon, 11 Jan 2010 21:45:28 +0100 merge with stable
Benoit Boissinot <benoit.boissinot@ens-lyon.org> [Mon, 11 Jan 2010 21:45:28 +0100] rev 10230
merge with stable
Mon, 11 Jan 2010 21:44:04 +0100 shrink-revlog: avoid cryptic error when used as an extension stable
Benoit Boissinot <benoit.boissinot@ens-lyon.org> [Mon, 11 Jan 2010 21:44:04 +0100] rev 10229
shrink-revlog: avoid cryptic error when used as an extension When shrink-revlog is used as an extension, it would produce an error when switching back to stable because the script will try to execute itself.
Mon, 11 Jan 2010 21:40:19 +0100 transaction: initialize self.journal to None after deletion stable
Benoit Boissinot <benoit.boissinot@ens-lyon.org> [Mon, 11 Jan 2010 21:40:19 +0100] rev 10228
transaction: initialize self.journal to None after deletion This avoid a warning when having an empty transaction, where hg would try to delete the journal twice.
Sat, 09 Jan 2010 23:12:21 +0100 subrepo: fix typo in help text
Jens Bäckman <jens.backman@gmail.com> [Sat, 09 Jan 2010 23:12:21 +0100] rev 10227
subrepo: fix typo in help text
Sat, 09 Jan 2010 23:16:48 +0100 Merge with stable
Martin Geisler <mg@lazybytes.net> [Sat, 09 Jan 2010 23:16:48 +0100] rev 10226
Merge with stable
Sat, 09 Jan 2010 23:16:36 +0100 relink: ensure consistent candidate order stable
Martin Geisler <mg@lazybytes.net> [Sat, 09 Jan 2010 23:16:36 +0100] rev 10225
relink: ensure consistent candidate order
Sat, 09 Jan 2010 23:03:33 +0100 commands: fix typo in help text stable
Jens Bäckman <jens.backman@gmail.com> [Sat, 09 Jan 2010 23:03:33 +0100] rev 10224
commands: fix typo in help text
Sat, 09 Jan 2010 10:47:47 +0100 color: colorize output of hg resolve -l
Georg Brandl <georg@python.org> [Sat, 09 Jan 2010 10:47:47 +0100] rev 10223
color: colorize output of hg resolve -l
Fri, 08 Jan 2010 20:56:28 +0100 color: improve coding style
Benoit Boissinot <benoit.boissinot@ens-lyon.org> [Fri, 08 Jan 2010 20:56:28 +0100] rev 10222
color: improve coding style
Sat, 09 Jan 2010 00:25:56 +0100 Merge with crew-stable
Patrick Mezard <pmezard@gmail.com> [Sat, 09 Jan 2010 00:25:56 +0100] rev 10221
Merge with crew-stable
Fri, 08 Jan 2010 23:15:24 +0100 ui: display progress with decimal notation stable
Patrick Mezard <pmezard@gmail.com> [Fri, 08 Jan 2010 23:15:24 +0100] rev 10220
ui: display progress with decimal notation
Fri, 08 Jan 2010 23:15:22 +0100 win32: close file when leaving _getfileinfo() stable
Patrick Mezard <pmezard@gmail.com> [Fri, 08 Jan 2010 23:15:22 +0100] rev 10219
win32: close file when leaving _getfileinfo()
Fri, 08 Jan 2010 18:48:39 +0530 Add support for relinking on Windows. stable
Siddharth Agarwal <sid.bugzilla@gmail.com> [Fri, 08 Jan 2010 18:48:39 +0530] rev 10218
Add support for relinking on Windows. Test and minor code change by Patrick Mézard <pmezard@gmail.com>
Fri, 08 Jan 2010 22:30:07 +0100 Add test for relink extension stable
Patrick Mezard <pmezard@gmail.com> [Fri, 08 Jan 2010 22:30:07 +0100] rev 10217
Add test for relink extension
Thu, 07 Jan 2010 16:06:36 +0100 contrib: small documentation fixes in shrink-revlog.py
Dirkjan Ochtman <dirkjan@ochtman.nl> [Thu, 07 Jan 2010 16:06:36 +0100] rev 10216
contrib: small documentation fixes in shrink-revlog.py
Thu, 07 Jan 2010 16:06:12 +0100 contrib: turn shrink-revlog.py into an extension
Dirkjan Ochtman <dirkjan@ochtman.nl> [Thu, 07 Jan 2010 16:06:12 +0100] rev 10215
contrib: turn shrink-revlog.py into an extension
Thu, 07 Jan 2010 15:12:16 +0100 contrib: fix error handling in shrink-revlog.py to be more hg-like
Dirkjan Ochtman <dirkjan@ochtman.nl> [Thu, 07 Jan 2010 15:12:16 +0100] rev 10214
contrib: fix error handling in shrink-revlog.py to be more hg-like
Thu, 07 Jan 2010 15:07:18 +0100 contrib: use ui to write in shrink-revlog.py
Dirkjan Ochtman <dirkjan@ochtman.nl> [Thu, 07 Jan 2010 15:07:18 +0100] rev 10213
contrib: use ui to write in shrink-revlog.py
Tue, 05 Jan 2010 22:41:39 +0100 Merge with stable.
Martin Geisler <mg@lazybytes.net> [Tue, 05 Jan 2010 22:41:39 +0100] rev 10212
Merge with stable.
Tue, 05 Jan 2010 03:20:45 +0100 Update test and man page for multiple matching encode/decode filters stable
Mads Kiilerich <mads@kiilerich.com> [Tue, 05 Jan 2010 03:20:45 +0100] rev 10211
Update test and man page for multiple matching encode/decode filters
Tue, 05 Jan 2010 15:07:38 -0500 commands: fix help string for pull -u and unbundle -u. stable
Greg Ward <greg-hg@gerg.ca> [Tue, 05 Jan 2010 15:07:38 -0500] rev 10210
commands: fix help string for pull -u and unbundle -u. They update to new branch head, not new tip -- same as 'hg update'.
Mon, 04 Jan 2010 23:45:45 +0100 Update copyright year to 2010 stable
Pascal Quantin <pascal.quantin@gmail.com> [Mon, 04 Jan 2010 23:45:45 +0100] rev 10209
Update copyright year to 2010
Tue, 05 Jan 2010 10:20:28 -0600 httprepo: always store the response url (issue1968)
Steve Borho <steve@borho.org> [Tue, 05 Jan 2010 10:20:28 -0600] rev 10208
httprepo: always store the response url (issue1968) Fixes a regression caused by 54b518fc6671
Mon, 04 Jan 2010 01:11:18 +0100 Merge with stable
Martin Geisler <mg@lazybytes.net> [Mon, 04 Jan 2010 01:11:18 +0100] rev 10207
Merge with stable
Mon, 04 Jan 2010 01:09:23 +0100 commands: update copyright year to 2010 stable
Martin Geisler <mg@lazybytes.net> [Mon, 04 Jan 2010 01:09:23 +0100] rev 10206
commands: update copyright year to 2010
Sun, 03 Jan 2010 19:13:55 +0100 test-convert-svn-branches: filter unwanted output
Patrick Mezard <pmezard@gmail.com> [Sun, 03 Jan 2010 19:13:55 +0100] rev 10205
test-convert-svn-branches: filter unwanted output Windows cmd.exe emits a different message than sh: """ foobar is not recognized as an internal or external command, operable program or batch file. """ Filter it.
Sun, 03 Jan 2010 20:36:30 +0100 Merge with crew-stable
Patrick Mezard <pmezard@gmail.com> [Sun, 03 Jan 2010 20:36:30 +0100] rev 10204
Merge with crew-stable
Sun, 03 Jan 2010 19:47:07 +0100 patch: explicitely close input patch files when leaving stable
Patrick Mezard <pmezard@gmail.com> [Sun, 03 Jan 2010 19:47:07 +0100] rev 10203
patch: explicitely close input patch files when leaving If applydiff() raises an exception, the opened patch file is kept alive in the exception context. If it is a temporary file (for instance supplied by import command with stdin input), Windows cannot clean it up.
Sun, 03 Jan 2010 18:16:42 +0100 Merge with crew-stable
Patrick Mezard <pmezard@gmail.com> [Sun, 03 Jan 2010 18:16:42 +0100] rev 10202
Merge with crew-stable
Sun, 03 Jan 2010 17:26:39 +0100 hgweb: improve IIS PATH_INFO fix ee8af8a4d905 (issue1580) stable
Patrick Mezard <pmezard@gmail.com> [Sun, 03 Jan 2010 17:26:39 +0100] rev 10201
hgweb: improve IIS PATH_INFO fix ee8af8a4d905 (issue1580) Copy PHP IIS detection.
Sat, 02 Jan 2010 18:14:45 +0100 Minor svn conversion tests cleanup
Patrick Mezard <pmezard@gmail.com> [Sat, 02 Jan 2010 18:14:45 +0100] rev 10200
Minor svn conversion tests cleanup
Sat, 02 Jan 2010 16:42:00 +0100 subrepo: force en_US.UTF-8 locale when calling svn
Patrick Mezard <pmezard@gmail.com> [Sat, 02 Jan 2010 16:42:00 +0100] rev 10199
subrepo: force en_US.UTF-8 locale when calling svn Parser only knows about en_US output. Forcing the encoding to UTF-8 might not be the best thing to do since the caller may receive some of the subversion output, but at least it should prevent conversion errors from svn client.
Sat, 02 Jan 2010 16:03:29 +0100 test-subrepo-svn: normalize OS specific path separator
Patrick Mezard <pmezard@gmail.com> [Sat, 02 Jan 2010 16:03:29 +0100] rev 10198
test-subrepo-svn: normalize OS specific path separator
Sat, 02 Jan 2010 16:03:25 +0100 subrepo: normalize svn output line-endings
Patrick Mezard <pmezard@gmail.com> [Sat, 02 Jan 2010 16:03:25 +0100] rev 10197
subrepo: normalize svn output line-endings
Sat, 02 Jan 2010 15:48:05 +0100 test-subrepo-svn: avoid pushd/popd
Patrick Mezard <pmezard@gmail.com> [Sat, 02 Jan 2010 15:48:05 +0100] rev 10196
test-subrepo-svn: avoid pushd/popd
Fri, 01 Jan 2010 18:10:10 -0600 Merge with stable
Matt Mackall <mpm@selenic.com> [Fri, 01 Jan 2010 18:10:10 -0600] rev 10195
Merge with stable
Fri, 01 Jan 2010 17:58:35 -0600 Added signature for changeset 296a0b14a686 stable
Matt Mackall <mpm@selenic.com> [Fri, 01 Jan 2010 17:58:35 -0600] rev 10194
Added signature for changeset 296a0b14a686
Fri, 01 Jan 2010 17:58:34 -0600 Added tag 1.4.2 for changeset 296a0b14a686 stable
Matt Mackall <mpm@selenic.com> [Fri, 01 Jan 2010 17:58:34 -0600] rev 10193
Added tag 1.4.2 for changeset 296a0b14a686
Fri, 01 Jan 2010 15:45:48 -0600 Merge with crew
Matt Mackall <mpm@selenic.com> [Fri, 01 Jan 2010 15:45:48 -0600] rev 10192
Merge with crew
Fri, 01 Jan 2010 21:49:05 +0100 mq: qdiff with the same diff options than qrefresh (issue1350)
Patrick Mezard <pmezard@gmail.com> [Fri, 01 Jan 2010 21:49:05 +0100] rev 10191
mq: qdiff with the same diff options than qrefresh (issue1350) Specifically, if current patch is a git patch and mq.git=keep, diff in git mode.
Fri, 01 Jan 2010 21:21:34 +0100 mq: upgrade to git patch when necessary (issue767)
Patrick Mezard <pmezard@gmail.com> [Fri, 01 Jan 2010 21:21:34 +0100] rev 10190
mq: upgrade to git patch when necessary (issue767)
Fri, 01 Jan 2010 20:54:05 +0100 patch: support diff data loss detection and upgrade
Patrick Mezard <pmezard@gmail.com> [Fri, 01 Jan 2010 20:54:05 +0100] rev 10189
patch: support diff data loss detection and upgrade In worst case, generating diff in upgrade mode can be two times more expensive than generating it in git mode directly: we may have to regenerate the whole diff again whenever a git feature is detected. Also, the first diff attempt is completely buffered instead of being streamed. That said, even without having profiled it yet, I am convinced we can fast-path the upgrade mode if necessary were it to be used in regular diff commands, and not only in mq where avoiding data loss is worth the price.
Fri, 01 Jan 2010 20:52:05 +0100 Merge with crew-stable
Patrick Mezard <pmezard@gmail.com> [Fri, 01 Jan 2010 20:52:05 +0100] rev 10188
Merge with crew-stable
Fri, 01 Jan 2010 15:33:51 -0600 Merge with stable
Matt Mackall <mpm@selenic.com> [Fri, 01 Jan 2010 15:33:51 -0600] rev 10187
Merge with stable
Fri, 01 Jan 2010 19:53:05 +0100 mq: preserve --git flag when folding patches stable 1.4.2
Patrick Mezard <pmezard@gmail.com> [Fri, 01 Jan 2010 19:53:05 +0100] rev 10186
mq: preserve --git flag when folding patches Without this, folding a git patch into a regular one downgrades the resulting patch to a regular patch.
Fri, 01 Jan 2010 19:53:05 +0100 mq: preserve --git flag when merging patches stable
Patrick Mezard <pmezard@gmail.com> [Fri, 01 Jan 2010 19:53:05 +0100] rev 10185
mq: preserve --git flag when merging patches Without this, merging a patch queue without diff.git=1 downgrades all git patches to regular patches, losing data in the process.
Fri, 01 Jan 2010 19:53:05 +0100 mq: stop caching and sharing diff options stable
Patrick Mezard <pmezard@gmail.com> [Fri, 01 Jan 2010 19:53:05 +0100] rev 10184
mq: stop caching and sharing diff options Several mq commands mutate the shared options which causes hard to track bugs when multiple calls are combined.
Fri, 01 Jan 2010 18:46:24 +0100 subrepo: mark string for translation and fix case
Martin Geisler <mg@lazybytes.net> [Fri, 01 Jan 2010 18:46:24 +0100] rev 10183
subrepo: mark string for translation and fix case
Fri, 01 Jan 2010 15:30:21 +0100 Add RelaxNG schema to win32 installer
Pascal Quantin <pascal.quantin@gmail.com> [Fri, 01 Jan 2010 15:30:21 +0100] rev 10182
Add RelaxNG schema to win32 installer
Fri, 01 Jan 2010 17:11:48 +0100 Merge with mpm
Martin Geisler <mg@lazybytes.net> [Fri, 01 Jan 2010 17:11:48 +0100] rev 10181
Merge with mpm
Fri, 01 Jan 2010 14:29:36 +0100 Merge with crew-stable
Patrick Mezard <pmezard@gmail.com> [Fri, 01 Jan 2010 14:29:36 +0100] rev 10180
Merge with crew-stable
Fri, 01 Jan 2010 13:58:30 +0100 copies: don't report copies with unrelated branch stable
Patrick Mezard <pmezard@gmail.com> [Fri, 01 Jan 2010 13:58:30 +0100] rev 10179
copies: don't report copies with unrelated branch
Thu, 31 Dec 2009 13:16:03 -0600 subrepo: Subversion support
Augie Fackler <durin42@gmail.com> [Thu, 31 Dec 2009 13:16:03 -0600] rev 10178
subrepo: Subversion support
Thu, 31 Dec 2009 17:10:03 -0600 subrepo: add table-based dispatch for subrepo types
Augie Fackler <durin42@gmail.com> [Thu, 31 Dec 2009 17:10:03 -0600] rev 10177
subrepo: add table-based dispatch for subrepo types
Thu, 31 Dec 2009 17:19:30 -0600 dirstate: don't check state of subrepo directories
Augie Fackler <durin42@gmail.com> [Thu, 31 Dec 2009 17:19:30 -0600] rev 10176
dirstate: don't check state of subrepo directories
Thu, 31 Dec 2009 16:30:34 -0600 subrepo: load from a context where the subrepo exists
Augie Fackler <durin42@gmail.com> [Thu, 31 Dec 2009 16:30:34 -0600] rev 10175
subrepo: load from a context where the subrepo exists
Thu, 31 Dec 2009 17:25:46 -0600 subrepo: fix includes support in .hgsub
Matt Mackall <mpm@selenic.com> [Thu, 31 Dec 2009 17:25:46 -0600] rev 10174
subrepo: fix includes support in .hgsub
Thu, 31 Dec 2009 00:03:19 +0100 Merge with stable
Martin Geisler <mg@lazybytes.net> [Thu, 31 Dec 2009 00:03:19 +0100] rev 10173
Merge with stable
Wed, 30 Dec 2009 20:39:59 -0200 i18n: update po files for 703db37d186b and 0ddbc0299742 stable
Wagner Bruna <wbruna@softwareexpress.com.br> [Wed, 30 Dec 2009 20:39:59 -0200] rev 10172
i18n: update po files for 703db37d186b and 0ddbc0299742
Wed, 30 Dec 2009 14:32:37 -0600 Merge with i18n
Matt Mackall <mpm@selenic.com> [Wed, 30 Dec 2009 14:32:37 -0600] rev 10171
Merge with i18n
Wed, 30 Dec 2009 20:59:23 +0100 Merge with stable
Martin Geisler <mg@lazybytes.net> [Wed, 30 Dec 2009 20:59:23 +0100] rev 10170
Merge with stable
Wed, 30 Dec 2009 20:37:53 +0100 Merge with i18n.
Martin Geisler <mg@lazybytes.net> [Wed, 30 Dec 2009 20:37:53 +0100] rev 10169
Merge with i18n.
Wed, 30 Dec 2009 20:36:48 +0100 Merge with i18n-stable stable
Martin Geisler <mg@lazybytes.net> [Wed, 30 Dec 2009 20:36:48 +0100] rev 10168
Merge with i18n-stable
Wed, 30 Dec 2009 03:39:34 +0100 i18n: merge with stable
Martin Geisler <mg@lazybytes.net> [Wed, 30 Dec 2009 03:39:34 +0100] rev 10167
i18n: merge with stable
Wed, 30 Dec 2009 03:26:49 +0100 i18n-da: import strings from default branch stable
Martin Geisler <mg@lazybytes.net> [Wed, 30 Dec 2009 03:26:49 +0100] rev 10166
i18n-da: import strings from default branch
Tue, 29 Dec 2009 00:47:23 +0100 i18n-sv: synchronized with 37679dbf2ee3
Jens Bäckman <jens.backman@gmail.com> [Tue, 29 Dec 2009 00:47:23 +0100] rev 10165
i18n-sv: synchronized with 37679dbf2ee3
Mon, 28 Dec 2009 15:08:07 -0200 merge with i18n stable
Wagner Bruna <wbruna@softwareexpress.com.br> [Mon, 28 Dec 2009 15:08:07 -0200] rev 10164
merge with i18n stable
Mon, 28 Dec 2009 15:01:10 -0200 i18n-it: removed extraneous '\r' from message stable
Wagner Bruna <wbruna@softwareexpress.com.br> [Mon, 28 Dec 2009 15:01:10 -0200] rev 10163
i18n-it: removed extraneous '\r' from message
Mon, 28 Dec 2009 14:59:14 -0200 i18n-pt_BR: synchronized with 37679dbf2ee3 stable
Wagner Bruna <wbruna@softwareexpress.com.br> [Mon, 28 Dec 2009 14:59:14 -0200] rev 10162
i18n-pt_BR: synchronized with 37679dbf2ee3
Wed, 30 Dec 2009 02:44:37 +0100 Added RelaxNG schema for hg log XML output format
Robert Bachmann <rbachm@gmail.com> [Wed, 30 Dec 2009 02:44:37 +0100] rev 10161
Added RelaxNG schema for hg log XML output format
Wed, 30 Dec 2009 02:41:19 +0100 Bugfix and test for hg log XML output
Robert Bachmann <rbachm@gmail.com> [Wed, 30 Dec 2009 02:41:19 +0100] rev 10160
Bugfix and test for hg log XML output
Wed, 30 Dec 2009 02:38:53 +0100 Added output of "extras" to hg log XML output
Robert Bachmann <rbachm@gmail.com> [Wed, 30 Dec 2009 02:38:53 +0100] rev 10159
Added output of "extras" to hg log XML output
Tue, 29 Dec 2009 16:16:25 -0600 Merge with stable
Matt Mackall <mpm@selenic.com> [Tue, 29 Dec 2009 16:16:25 -0600] rev 10158
Merge with stable
Tue, 29 Dec 2009 19:02:26 -0200 run-tests.py: clears http_proxy for all tests
Wagner Bruna <wbruna@softwareexpress.com.br> [Tue, 29 Dec 2009 19:02:26 -0200] rev 10157
run-tests.py: clears http_proxy for all tests
Tue, 29 Dec 2009 23:59:41 -0600 windows: expand environment vars in find_exe
Steve Borho <steve@borho.org> [Tue, 29 Dec 2009 23:59:41 -0600] rev 10156
windows: expand environment vars in find_exe This allows us to use ${ProgramFiles} in our [merge-tools] sections so we can provide locale safe program paths.
Tue, 29 Dec 2009 16:16:25 -0600 Merge with stable
Matt Mackall <mpm@selenic.com> [Tue, 29 Dec 2009 16:16:25 -0600] rev 10155
Merge with stable
Tue, 29 Dec 2009 19:02:26 -0200 run-tests.py: clears http_proxy for all tests stable
Wagner Bruna <wbruna@softwareexpress.com.br> [Tue, 29 Dec 2009 19:02:26 -0200] rev 10154
run-tests.py: clears http_proxy for all tests
Mon, 28 Dec 2009 16:48:57 +0100 Added XML output for hg log
Robert Bachmann <rbachm@gmail.com> [Mon, 28 Dec 2009 16:48:57 +0100] rev 10153
Added XML output for hg log The XML format is based on the one used by Subversion. Currently the closing "</log>" tag is not written, since cmdutil.py does not support the "footer" template variable.
Mon, 28 Dec 2009 17:55:52 +0100 Added support for templatevar "footer" to cmdutil.py
Robert Bachmann <rbachm@gmail.com> [Mon, 28 Dec 2009 17:55:52 +0100] rev 10152
Added support for templatevar "footer" to cmdutil.py
Tue, 29 Dec 2009 16:00:38 +0100 patch: make git diffline generation more explicit
Patrick Mezard <pmezard@gmail.com> [Tue, 29 Dec 2009 16:00:38 +0100] rev 10151
patch: make git diffline generation more explicit
Tue, 29 Dec 2009 16:00:29 +0100 mq: untangle git patch detection
Patrick Mezard <pmezard@gmail.com> [Tue, 29 Dec 2009 16:00:29 +0100] rev 10150
mq: untangle git patch detection
Tue, 29 Dec 2009 16:00:24 +0100 test-mq: better tests delimitation
Patrick Mezard <pmezard@gmail.com> [Tue, 29 Dec 2009 16:00:24 +0100] rev 10149
test-mq: better tests delimitation
Tue, 29 Dec 2009 01:32:40 +0100 Merge with crew-stable
Patrick Mezard <pmezard@gmail.com> [Tue, 29 Dec 2009 01:32:40 +0100] rev 10148
Merge with crew-stable
Tue, 29 Dec 2009 01:03:10 +0100 test-bisect: test handling of invalid commands without relying on sh stable
Mads Kiilerich <mads@kiilerich.com> [Tue, 29 Dec 2009 01:03:10 +0100] rev 10147
test-bisect: test handling of invalid commands without relying on sh
(0) -10000 -3000 -1000 -240 +240 +1000 +3000 +10000 +30000 tip