Matt Mackall <mpm@selenic.com> [Fri, 03 Apr 2009 12:37:44 -0500] rev 7946
setup: remove spurious posix import
Matt Mackall <mpm@selenic.com> [Fri, 03 Apr 2009 12:37:38 -0500] rev 7945
pure/parsers: fix circular imports, import mercurial modules properly
Matt Mackall <mpm@selenic.com> [Fri, 03 Apr 2009 12:37:30 -0500] rev 7944
pure/bdiff: fix circular import
Matt Mackall <mpm@selenic.com> [Fri, 03 Apr 2009 12:37:07 -0500] rev 7943
posix: kill some trailing newlines
Matt Mackall <mpm@selenic.com> [Fri, 03 Apr 2009 12:37:06 -0500] rev 7942
mention default branch in branch and clone help
Stefano Tortarolo <stefano.tortarolo@gmail.com> [Tue, 10 Mar 2009 19:16:16 +0100] rev 7941
i18n: update italian translation
Fabian Kreutz <fabian.kreutz@starnet.fi> [Thu, 02 Apr 2009 10:30:00 +0300] rev 7940
i18n-de: Commands (push and pull) + typos
Tobias Bell <tobias.bell@gmail.com> [Thu, 02 Apr 2009 08:15:39 +0200] rev 7939
i18n-de: translated global options of commands
Tobias Bell <tobias.bell@gmail.com> [Wed, 01 Apr 2009 21:06:12 +0200] rev 7938
i18n-de: removed fuzzy translations after update of POT file
Tobias Bell <tobias.bell@gmail.com> [Sun, 29 Mar 2009 19:57:28 +0200] rev 7937
i18n-de: translated ui.py, url.py and util.py
Tobias Bell <tobias.bell@gmail.com> [Sun, 29 Mar 2009 19:03:09 +0200] rev 7936
i18n-de: translated 'help multirevs'
Steve Borho <steve@borho.org> [Tue, 31 Mar 2009 21:21:53 -0500] rev 7935
on clone failure, only remove directories we created
If the user created the clone target directory before running
the clone command, only cleanup the .hg/ repository when errors
occur. Leave the empty target directory in place.
Martin Geisler <mg@daimi.au.dk> [Thu, 02 Apr 2009 18:04:42 +0200] rev 7934
windows: break import cycle with util
Sune Foldager <cryo@cyanite.org> [Thu, 02 Apr 2009 17:09:17 +0200] rev 7933
windows: fix missing import of util.Abort
Sune Foldager <cryo@cyanite.org> [Thu, 02 Apr 2009 16:49:34 +0200] rev 7932
windows: fix import of win32.py (was util_win32.py)
Greg Ward <greg-hg@gerg.ca> [Tue, 31 Mar 2009 15:52:48 -0400] rev 7931
issue1582: improve description of splicemap syntax in help.
Martin Geisler <mg@daimi.au.dk> [Tue, 31 Mar 2009 23:11:11 +0200] rev 7930
merge with -stable
Simon Heimberg <simohe@besonet.ch> [Tue, 31 Mar 2009 07:56:28 +0200] rev 7929
error: import LockError from correct module
Martin Geisler <mg@daimi.au.dk> [Tue, 31 Mar 2009 22:48:16 +0200] rev 7928
hgweb: better English in IPv6 error message
Steve Borho <steve@borho.org> [Sun, 29 Mar 2009 16:15:06 -0500] rev 7927
allow clone into existing but empty directories
Wagner Bruna <wbruna@yahoo.com> [Sun, 29 Mar 2009 19:56:53 -0300] rev 7926
verify, i18n: fix unmarked strings
Martin Geisler <mg@daimi.au.dk> [Tue, 31 Mar 2009 20:40:56 +0200] rev 7925
i18n: updated zh_CN instructions
Martin Geisler <mg@daimi.au.dk> [Tue, 31 Mar 2009 20:30:20 +0200] rev 7924
i18n: rename zh.po to zh_CN.po
This is the name used by at least Debian and RedHat for the Simplified
Chinese translations.
Furthermore, it is my understanding that a Simplified Chinese
translation is a poor fallback for users in Taiwan, who need a
Traditional Chinese translation instead.
Martin Geisler <mg@daimi.au.dk> [Sun, 29 Mar 2009 21:52:43 +0200] rev 7923
httprepo: lowercase debug output
Benoit Boissinot <benoit.boissinot@ens-lyon.org> [Mon, 30 Mar 2009 01:30:58 +0200] rev 7922
merge with -stable
Brodie Rao <me+hg@dackz.net> [Fri, 27 Mar 2009 11:17:46 -0400] rev 7921
hgweb: fix undefined name RepoError
Benoit Boissinot <benoit.boissinot@ens-lyon.org> [Mon, 30 Mar 2009 01:23:12 +0200] rev 7920
merge with backout
Benoit Boissinot <benoit.boissinot@ens-lyon.org> [Mon, 30 Mar 2009 01:23:01 +0200] rev 7919
Backed out changeset
490e40816cbd
The difference came from a configuration difference (network unreachable vs.
connection refused), not from an OS change.
Benoit Boissinot <benoit.boissinot@ens-lyon.org> [Mon, 30 Mar 2009 01:21:39 +0200] rev 7918
Change wording in example hook
Alexander Solovyov <piranha@piranha.org.ua> [Thu, 26 Mar 2009 16:49:47 +0200] rev 7917
diffstat hook example
Alexander Solovyov <piranha@piranha.org.ua> [Fri, 27 Mar 2009 01:28:09 +0200] rev 7916
ability to load hooks from arbitrary python module
Benoit Boissinot <benoit.boissinot@ens-lyon.org> [Sun, 29 Mar 2009 19:06:56 +0200] rev 7915
merge with crew