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
(0) -10000 -3000 -1000 -300 -100 -60 +60 +100 +300 +1000 +3000 +10000 +30000 tip