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.
Matt Mackall <mpm@selenic.com> [Fri, 15 Dec 2006 01:17:04 -0600] rev 3893
Fix setup.py warning
Matt Mackall <mpm@selenic.com> [Thu, 14 Dec 2006 20:31:33 -0600] rev 3892
Disable demandloading in setup.py
Matt Mackall <mpm@selenic.com> [Thu, 14 Dec 2006 20:25:19 -0600] rev 3891
Simplify i18n imports
Matt Mackall <mpm@selenic.com> [Thu, 14 Dec 2006 20:23:25 -0600] rev 3890
Fix demandload bits of setup.py py2exe support
Matt Mackall <mpm@selenic.com> [Thu, 14 Dec 2006 17:32:25 -0600] rev 3889
Fix a pygettext complaint
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
Matt Mackall <mpm@selenic.com> [Thu, 14 Dec 2006 15:55:46 -0600] rev 3887
Merge with crew
Thomas Arendsen Hein <thomas@intevation.de> [Thu, 14 Dec 2006 19:30:52 +0100] rev 3886
merge with crew-stable
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)
Thomas Arendsen Hein <thomas@intevation.de> [Thu, 14 Dec 2006 19:10:05 +0100] rev 3884
merge with hg-stable
Thomas Arendsen Hein <thomas@intevation.de> [Thu, 14 Dec 2006 16:10:06 +0100] rev 3883
Merging crew-stable