Fri, 15 Dec 2006 18:38:09 -0800 Merge with crew-stable
Brendan Cully <brendan@kublai.com> [Fri, 15 Dec 2006 18:38:09 -0800] rev 3902
Merge with crew-stable
Fri, 15 Dec 2006 23:19:12 +0100 fix strip on windows
Benoit Boissinot <benoit.boissinot@ens-lyon.org> [Fri, 15 Dec 2006 23:19:12 +0100] rev 3901
fix strip on windows c: was interpreted as a protocol, prepend file: to the bundle file name
Fri, 15 Dec 2006 19:30:20 +0100 Don't use node length for calculating revision number length.
Thomas Arendsen Hein <thomas@intevation.de> [Fri, 15 Dec 2006 19:30:20 +0100] rev 3900
Don't use node length for calculating revision number length. Done by moving repo.lookup of revisions from commands.export to patch.export
Fri, 15 Dec 2006 19:09:10 +0100 Make sequence number on hg export start at 1 (as documented for %n). Add test.
Thomas Arendsen Hein <thomas@intevation.de> [Fri, 15 Dec 2006 19:09:10 +0100] rev 3899
Make sequence number on hg export start at 1 (as documented for %n). Add test.
Fri, 15 Dec 2006 11:14:55 -0800 Merge with main
Brendan Cully <brendan@kublai.com> [Fri, 15 Dec 2006 11:14:55 -0800] rev 3898
Merge with main
Fri, 15 Dec 2006 12:38:18 -0600 demandimport: ignore _hashlib and email.mime
Matt Mackall <mpm@selenic.com> [Fri, 15 Dec 2006 12:38:18 -0600] rev 3897
demandimport: ignore _hashlib and email.mime This makes things work with Python2.5. A better fix would be to fix demandload to use __getattribute__ to be more transparent.
Fri, 15 Dec 2006 01:17:04 -0600 Fix setup.py warning
Matt Mackall <mpm@selenic.com> [Fri, 15 Dec 2006 01:17:04 -0600] rev 3896
Fix setup.py warning
Fri, 15 Dec 2006 05:38:54 +0100 merge with main
Benoit Boissinot <benoit.boissinot@ens-lyon.org> [Fri, 15 Dec 2006 05:38:54 +0100] rev 3895
merge with main
Thu, 14 Dec 2006 20:31:33 -0600 Disable demandloading in setup.py
Matt Mackall <mpm@selenic.com> [Thu, 14 Dec 2006 20:31:33 -0600] rev 3894
Disable demandloading in setup.py
Thu, 14 Dec 2006 20:25:19 -0600 Simplify i18n imports
Matt Mackall <mpm@selenic.com> [Thu, 14 Dec 2006 20:25:19 -0600] rev 3893
Simplify i18n imports
Thu, 14 Dec 2006 20:23:25 -0600 Fix demandload bits of setup.py py2exe support
Matt Mackall <mpm@selenic.com> [Thu, 14 Dec 2006 20:23:25 -0600] rev 3892
Fix demandload bits of setup.py py2exe support
Thu, 14 Dec 2006 17:32:25 -0600 Fix a pygettext complaint
Matt Mackall <mpm@selenic.com> [Thu, 14 Dec 2006 17:32:25 -0600] rev 3891
Fix a pygettext complaint
Thu, 14 Dec 2006 17:32:00 -0600 Enable gettext translations
Matt Mackall <mpm@selenic.com> [Thu, 14 Dec 2006 17:32:00 -0600] rev 3890
Enable gettext translations The new demandimport eliminates most of the gettext performance hit of importing gettext, which was doubling the run time for 'hg'. Now, with 'hg tip': dummy: .09530s no translations: .09638s translations: .09755s
Thu, 14 Dec 2006 15:55:46 -0600 Merge with crew
Matt Mackall <mpm@selenic.com> [Thu, 14 Dec 2006 15:55:46 -0600] rev 3889
Merge with crew
Thu, 14 Dec 2006 23:51:41 +0100 use parent.__setattr__ instead of __dict__
Benoit Boissinot <benoit.boissinot@ens-lyon.org> [Thu, 14 Dec 2006 23:51:41 +0100] rev 3888
use parent.__setattr__ instead of __dict__
Thu, 14 Dec 2006 13:49:33 -0800 Merge with main
Brendan Cully <brendan@kublai.com> [Thu, 14 Dec 2006 13:49:33 -0800] rev 3887
Merge with main
Wed, 13 Dec 2006 13:27:09 -0600 Replace demandload with new demandimport
Matt Mackall <mpm@selenic.com> [Wed, 13 Dec 2006 13:27:09 -0600] rev 3886
Replace demandload with new demandimport
Tue, 12 Dec 2006 18:16:23 -0600 Remove deprecated old-style branch support
Matt Mackall <mpm@selenic.com> [Tue, 12 Dec 2006 18:16:23 -0600] rev 3885
Remove deprecated old-style branch support
Thu, 14 Dec 2006 19:30:52 +0100 merge with crew-stable
Thomas Arendsen Hein <thomas@intevation.de> [Thu, 14 Dec 2006 19:30:52 +0100] rev 3884
merge with crew-stable
Thu, 14 Dec 2006 19:30:18 +0100 Corrected synopsis for many commands.
Thomas Arendsen Hein <thomas@intevation.de> [Thu, 14 Dec 2006 19:30:18 +0100] rev 3883
Corrected synopsis for many commands. Use CMD instead of FILE for -e and --remotecmd (thanks, Neal Becker)
Thu, 14 Dec 2006 19:10:05 +0100 merge with hg-stable
Thomas Arendsen Hein <thomas@intevation.de> [Thu, 14 Dec 2006 19:10:05 +0100] rev 3882
merge with hg-stable
Tue, 12 Dec 2006 17:52:33 -0600 Fix copy detection corner case
Matt Mackall <mpm@selenic.com> [Tue, 12 Dec 2006 17:52:33 -0600] rev 3881
Fix copy detection corner case We were aborting if the copied from rev was before the cut-off limit, rather than the copied _to_ rev. The copied from rev can be arbitrarily old.
Thu, 14 Dec 2006 16:10:06 +0100 Merging crew-stable
Thomas Arendsen Hein <thomas@intevation.de> [Thu, 14 Dec 2006 16:10:06 +0100] rev 3880
Merging crew-stable
Thu, 14 Dec 2006 16:07:29 +0100 Set charset encoding for hgwebdir, too.
Thomas Arendsen Hein <thomas@intevation.de> [Thu, 14 Dec 2006 16:07:29 +0100] rev 3879
Set charset encoding for hgwebdir, too. (And remove extra spaces in the corresponding place in hgweb)
Thu, 14 Dec 2006 13:30:47 +0100 merge with crew
Benoit Boissinot <benoit.boissinot@ens-lyon.org> [Thu, 14 Dec 2006 13:30:47 +0100] rev 3878
merge with crew
Thu, 14 Dec 2006 00:41:11 +0100 spelling fix
Benoit Boissinot <benoit.boissinot@ens-lyon.org> [Thu, 14 Dec 2006 00:41:11 +0100] rev 3877
spelling fix
Wed, 13 Dec 2006 22:53:41 -0800 patchbomb: use ui.edit to compose summary mail
Brendan Cully <brendan@kublai.com> [Wed, 13 Dec 2006 22:53:41 -0800] rev 3876
patchbomb: use ui.edit to compose summary mail
Tue, 12 Dec 2006 15:34:11 -0600 zsh: better fix for partial completions
Steve Borho <steve@borho.org> [Tue, 12 Dec 2006 15:34:11 -0600] rev 3875
zsh: better fix for partial completions Properly handle relative paths followed by partial filenames hg add ../path/to/file/partial[TAB]
Tue, 12 Dec 2006 12:40:51 -0800 mq: fix qheader without args when guards are applied after qtop
Brendan Cully <brendan@kublai.com> [Tue, 12 Dec 2006 12:40:51 -0800] rev 3874
mq: fix qheader without args when guards are applied after qtop
Tue, 12 Dec 2006 19:11:01 +0100 Fix test output for test-mq-guards (changed by 22d18051f9e5)
Thomas Arendsen Hein <thomas@intevation.de> [Tue, 12 Dec 2006 19:11:01 +0100] rev 3873
Fix test output for test-mq-guards (changed by 22d18051f9e5)
(0) -3000 -1000 -300 -100 -50 -30 +30 +50 +100 +300 +1000 tip