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 3897
merge with main
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 3896
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 3895
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 3894
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 3893
Fix setup.py warning
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 3892
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 3891
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 3890
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 3889
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 3888
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 3887
Merge with crew
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 3886
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 3885
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 3884
merge with hg-stable
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 3883
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 3882
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 3881
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 3880
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 3879
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 3878
zsh: better fix for partial completions Properly handle relative paths followed by partial filenames hg add ../path/to/file/partial[TAB]
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 3877
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 3876
Remove deprecated old-style branch support
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 3875
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.
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)
Tue, 12 Dec 2006 11:39:05 +0100 fix MANIFEST generation
Benoit Boissinot <benoit.boissinot@ens-lyon.org> [Tue, 12 Dec 2006 11:39:05 +0100] rev 3872
fix MANIFEST generation
Mon, 11 Dec 2006 16:40:42 -0800 mq: auto-ignore guards in qinit -c
Brendan Cully <brendan@kublai.com> [Mon, 11 Dec 2006 16:40:42 -0800] rev 3871
mq: auto-ignore guards in qinit -c
Mon, 11 Dec 2006 16:32:45 -0800 mq: fix explain_pushable for negative guards
Brendan Cully <brendan@kublai.com> [Mon, 11 Dec 2006 16:32:45 -0800] rev 3870
mq: fix explain_pushable for negative guards
Mon, 11 Dec 2006 18:09:52 +0100 Add instructions how to redo/finish failed merge with local working directory.
Thomas Arendsen Hein <thomas@intevation.de> [Mon, 11 Dec 2006 18:09:52 +0100] rev 3869
Add instructions how to redo/finish failed merge with local working directory. b2ae81a7df29 already implemented this for branch merges.
Mon, 11 Dec 2006 14:30:50 +0100 hgweb.cgi and hgwebdir.cgi fixes/cleanups for user configurable parts:
Thomas Arendsen Hein <thomas@intevation.de> [Mon, 11 Dec 2006 14:30:50 +0100] rev 3868
hgweb.cgi and hgwebdir.cgi fixes/cleanups for user configurable parts: - "import os" was missing in hgwebdir.cgi, added to comments for both script. - HGENCODING has to be set before importing hgweb, otherwise you'll get mixed encoding in changelog vs. file content/diffs. - "import sys" is only needed when changing sys.path - document purpose of cgitb.
(0) -3000 -1000 -300 -100 -50 -30 +30 +50 +100 +300 +1000 +3000 +10000 +30000 tip