Dirkjan Ochtman <dirkjan@ochtman.nl> [Sat, 04 Apr 2009 17:55:52 +0200] rev 7967
cmdutil: refactor handling of templating in show_changeset()
Dirkjan Ochtman <dirkjan@ochtman.nl> [Sat, 04 Apr 2009 17:46:11 +0200] rev 7966
templater: move stylemap function from hgweb to templater
Tobias Bell <tobias.bell@gmail.com> [Sat, 04 Apr 2009 10:51:52 +0200] rev 7965
i18n-de: translated record
Tobias Bell <tobias.bell@gmail.com> [Fri, 03 Apr 2009 22:35:07 +0200] rev 7964
i18n-de: translated archival.py, bundlerepo.py, changegroup.py and changelog.py
Fabian Kreutz <fabian.kreutz@starnet.fi> [Fri, 03 Apr 2009 11:57:05 +0300] rev 7963
i18n-de: docu for resolve
Marti Raudsepp <marti@juffo.org> [Sat, 04 Apr 2009 15:41:32 +0200] rev 7962
convert: fix authormap handling of lines without '='
Unpacking the result from str.split raises ValueError, not IndexError, if the
line does not contain a '='.
Marti Raudsepp <marti@juffo.org> [Sat, 14 Mar 2009 14:31:08 +0200] rev 7961
convert: Add testcase for convert authormap.
Alexander Solovyov <piranha@piranha.org.ua> [Wed, 01 Apr 2009 12:11:14 +0300] rev 7960
extensions loading: don't fail if path to extension ends with a '/'
Christian Ebert <blacktrash@gmx.net> [Sat, 04 Apr 2009 15:14:36 +0200] rev 7959
tests: guess lexer by filename for recent pygments
Recent pygments guess AntlrJavaLexer for the isolatin text, converted to ascii
by util.tolocal, which yields class="err". Guess lexer by extension instead.
Jeremy Whitlock <jcscoobyrs@gmail.com> [Thu, 02 Apr 2009 18:18:43 -0600] rev 7958
Fix how setup.py identifies the Mercurial version.
There is a problem with setup.py where it will not identify the Mercurial
version properly when not being ran in within a repository even if
mercurial/__version__.py exists.
To fix, use mercurial.__version__.version when available before defaulting
to "unknown". (Using mercurial.util.version() is not an option due to a
dependency issue where osutil can be referenced before it is built.)
Pavel Volkovitskiy <int@mtx.ru> [Thu, 02 Apr 2009 22:25:49 +0400] rev 7957
right way to check if file was in renamed directory, fixes import monotone
repos with renamed directories
Henrik Stuart <henrik.stuart@edlund.dk> [Thu, 02 Apr 2009 14:48:06 +0200] rev 7956
convert: added cvsnt mergepoint support
Stefano Tortarolo <stefano.tortarolo@gmail.com> [Thu, 26 Mar 2009 16:58:50 +0200] rev 7955
rebase: keep original mq patch format (Issue1574)
Rebase now doesn't make assumptions about which format has been
used for a mq patch (git or normal).
Before finalizing a patch it keeps track of the original format,
by reading its header, and then restores the format when reimporting
it.
This way it also allows for having mixed styles.
Note: this version corrects a failure in the test
Stefano Tortarolo <stefano.tortarolo@gmail.com> [Mon, 30 Mar 2009 18:26:32 +0200] rev 7954
rebase: don't lose rename/copy data (Issue1423)
Justin Peng <justin.peng.sw@gmail.com> [Wed, 01 Apr 2009 09:11:00 -0700] rev 7953
Correct a bug on date formats with '>' or '<' accompanied by space characters.
Stefano Tortarolo <stefano.tortarolo@gmail.com> [Sun, 29 Mar 2009 14:43:49 +0200] rev 7952
rebase: store/restore arguments correctly
Keep and keepbranches were lost after an interruption
Stefano Tortarolo <stefano.tortarolo@gmail.com> [Sun, 29 Mar 2009 14:47:59 +0200] rev 7951
rebase: correct help text
Show the correct parameters in help text
Greg Ward <greg-hg@gerg.ca> [Sat, 28 Mar 2009 12:27:20 -0400] rev 7950
issue1578: fix crash: do not use synthetic changesets as merge parents.
Matt Mackall <mpm@selenic.com> [Fri, 03 Apr 2009 14:52:03 -0500] rev 7949
windows: get Abort from error
Matt Mackall <mpm@selenic.com> [Fri, 03 Apr 2009 14:51:48 -0500] rev 7948
move encoding bits from util to encoding
In addition to cleaning up util, this gets rid of some circular dependencies.
Matt Mackall <mpm@selenic.com> [Fri, 03 Apr 2009 13:20:52 -0500] rev 7947
move util.Abort to error.py
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
Steve Borho <steve@borho.org> [Thu, 26 Mar 2009 23:02:21 -0500] rev 7914
windows: add various missing import
Steve Borho <steve@borho.org> [Thu, 26 Mar 2009 22:07:01 -0500] rev 7913
windows: hoist expand_glob() back into util.py
The windows version of expand_glob() requires patkind(). To
avoid a circular dependency, move function back into util.py.
Tobias Bell <tobias.bell@gmail.com> [Sat, 28 Mar 2009 18:19:17 +0100] rev 7912
i18n-de: Several updates
* translated 'hg help revisions'
* updated translation from hg.pot
* completed translation of rebase
Benoit Boissinot <benoit.boissinot@ens-lyon.org> [Sun, 29 Mar 2009 00:08:33 +0100] rev 7911
record: fix indentation
Rocco Rutte <pdmef@gmx.net> [Sat, 28 Mar 2009 23:09:36 +0100] rev 7910
record: Give user a hint about chunk selection progress
It greatly improves usability when one roughly knows where
the chunks of interest are.
Rocco Rutte <pdmef@gmx.net> [Sat, 28 Mar 2009 22:22:22 +0100] rev 7909
coal/paper: Turn <img> into <img/> where missing
Benoit Boissinot <benoit.boissinot@ens-lyon.org> [Sat, 28 Mar 2009 19:50:37 +0100] rev 7908
add missing +x flag to test-inotify-
issue1542