Sat, 04 Apr 2009 10:51:52 +0200 i18n-de: translated record
Tobias Bell <tobias.bell@gmail.com> [Sat, 04 Apr 2009 10:51:52 +0200] rev 7965
i18n-de: translated record
Fri, 03 Apr 2009 22:35:07 +0200 i18n-de: translated archival.py, bundlerepo.py, changegroup.py and changelog.py
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
Fri, 03 Apr 2009 11:57:05 +0300 i18n-de: docu for resolve
Fabian Kreutz <fabian.kreutz@starnet.fi> [Fri, 03 Apr 2009 11:57:05 +0300] rev 7963
i18n-de: docu for resolve
Sat, 04 Apr 2009 15:41:32 +0200 convert: fix authormap handling of lines without '='
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 '='.
Sat, 14 Mar 2009 14:31:08 +0200 convert: Add testcase for convert authormap.
Marti Raudsepp <marti@juffo.org> [Sat, 14 Mar 2009 14:31:08 +0200] rev 7961
convert: Add testcase for convert authormap.
Wed, 01 Apr 2009 12:11:14 +0300 extensions loading: don't fail if path to extension ends with a '/'
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 '/'
Sat, 04 Apr 2009 15:14:36 +0200 tests: guess lexer by filename for recent pygments
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.
Thu, 02 Apr 2009 18:18:43 -0600 Fix how setup.py identifies the Mercurial version.
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.)
Thu, 02 Apr 2009 22:25:49 +0400 right way to check if file was in renamed directory, fixes import monotone
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
Thu, 02 Apr 2009 14:48:06 +0200 convert: added cvsnt mergepoint support
Henrik Stuart <henrik.stuart@edlund.dk> [Thu, 02 Apr 2009 14:48:06 +0200] rev 7956
convert: added cvsnt mergepoint support
Thu, 26 Mar 2009 16:58:50 +0200 rebase: keep original mq patch format (Issue1574)
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
Mon, 30 Mar 2009 18:26:32 +0200 rebase: don't lose rename/copy data (Issue1423)
Stefano Tortarolo <stefano.tortarolo@gmail.com> [Mon, 30 Mar 2009 18:26:32 +0200] rev 7954
rebase: don't lose rename/copy data (Issue1423)
Wed, 01 Apr 2009 09:11:00 -0700 Correct a bug on date formats with '>' or '<' accompanied by space characters.
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.
Sun, 29 Mar 2009 14:43:49 +0200 rebase: store/restore arguments correctly
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
Sun, 29 Mar 2009 14:47:59 +0200 rebase: correct help text
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
Sat, 28 Mar 2009 12:27:20 -0400 issue1578: fix crash: do not use synthetic changesets as merge parents.
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.
Fri, 03 Apr 2009 14:52:03 -0500 windows: get Abort from error
Matt Mackall <mpm@selenic.com> [Fri, 03 Apr 2009 14:52:03 -0500] rev 7949
windows: get Abort from error
Fri, 03 Apr 2009 14:51:48 -0500 move encoding bits from util to encoding
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.
Fri, 03 Apr 2009 13:20:52 -0500 move util.Abort to error.py
Matt Mackall <mpm@selenic.com> [Fri, 03 Apr 2009 13:20:52 -0500] rev 7947
move util.Abort to error.py
Fri, 03 Apr 2009 12:37:44 -0500 setup: remove spurious posix import
Matt Mackall <mpm@selenic.com> [Fri, 03 Apr 2009 12:37:44 -0500] rev 7946
setup: remove spurious posix import
Fri, 03 Apr 2009 12:37:38 -0500 pure/parsers: fix circular imports, import mercurial modules properly
Matt Mackall <mpm@selenic.com> [Fri, 03 Apr 2009 12:37:38 -0500] rev 7945
pure/parsers: fix circular imports, import mercurial modules properly
Fri, 03 Apr 2009 12:37:30 -0500 pure/bdiff: fix circular import
Matt Mackall <mpm@selenic.com> [Fri, 03 Apr 2009 12:37:30 -0500] rev 7944
pure/bdiff: fix circular import
Fri, 03 Apr 2009 12:37:07 -0500 posix: kill some trailing newlines
Matt Mackall <mpm@selenic.com> [Fri, 03 Apr 2009 12:37:07 -0500] rev 7943
posix: kill some trailing newlines
Fri, 03 Apr 2009 12:37:06 -0500 mention default branch in branch and clone help
Matt Mackall <mpm@selenic.com> [Fri, 03 Apr 2009 12:37:06 -0500] rev 7942
mention default branch in branch and clone help
Tue, 10 Mar 2009 19:16:16 +0100 i18n: update italian translation
Stefano Tortarolo <stefano.tortarolo@gmail.com> [Tue, 10 Mar 2009 19:16:16 +0100] rev 7941
i18n: update italian translation
Thu, 02 Apr 2009 10:30:00 +0300 i18n-de: Commands (push and pull) + typos
Fabian Kreutz <fabian.kreutz@starnet.fi> [Thu, 02 Apr 2009 10:30:00 +0300] rev 7940
i18n-de: Commands (push and pull) + typos
Thu, 02 Apr 2009 08:15:39 +0200 i18n-de: translated global options of commands
Tobias Bell <tobias.bell@gmail.com> [Thu, 02 Apr 2009 08:15:39 +0200] rev 7939
i18n-de: translated global options of commands
Wed, 01 Apr 2009 21:06:12 +0200 i18n-de: removed fuzzy translations after update of POT file
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
Sun, 29 Mar 2009 19:57:28 +0200 i18n-de: translated ui.py, url.py and util.py
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
Sun, 29 Mar 2009 19:03:09 +0200 i18n-de: translated 'help multirevs'
Tobias Bell <tobias.bell@gmail.com> [Sun, 29 Mar 2009 19:03:09 +0200] rev 7936
i18n-de: translated 'help multirevs'
Tue, 31 Mar 2009 21:21:53 -0500 on clone failure, only remove directories we created
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.
Thu, 02 Apr 2009 18:04:42 +0200 windows: break import cycle with util
Martin Geisler <mg@daimi.au.dk> [Thu, 02 Apr 2009 18:04:42 +0200] rev 7934
windows: break import cycle with util
Thu, 02 Apr 2009 17:09:17 +0200 windows: fix missing import of util.Abort
Sune Foldager <cryo@cyanite.org> [Thu, 02 Apr 2009 17:09:17 +0200] rev 7933
windows: fix missing import of util.Abort
Thu, 02 Apr 2009 16:49:34 +0200 windows: fix import of win32.py (was util_win32.py)
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)
Tue, 31 Mar 2009 15:52:48 -0400 issue1582: improve description of splicemap syntax in help.
Greg Ward <greg-hg@gerg.ca> [Tue, 31 Mar 2009 15:52:48 -0400] rev 7931
issue1582: improve description of splicemap syntax in help.
Tue, 31 Mar 2009 23:11:11 +0200 merge with -stable
Martin Geisler <mg@daimi.au.dk> [Tue, 31 Mar 2009 23:11:11 +0200] rev 7930
merge with -stable
Tue, 31 Mar 2009 07:56:28 +0200 error: import LockError from correct module
Simon Heimberg <simohe@besonet.ch> [Tue, 31 Mar 2009 07:56:28 +0200] rev 7929
error: import LockError from correct module
Tue, 31 Mar 2009 22:48:16 +0200 hgweb: better English in IPv6 error message
Martin Geisler <mg@daimi.au.dk> [Tue, 31 Mar 2009 22:48:16 +0200] rev 7928
hgweb: better English in IPv6 error message
Sun, 29 Mar 2009 16:15:06 -0500 allow clone into existing but empty directories
Steve Borho <steve@borho.org> [Sun, 29 Mar 2009 16:15:06 -0500] rev 7927
allow clone into existing but empty directories
Sun, 29 Mar 2009 19:56:53 -0300 verify, i18n: fix unmarked strings
Wagner Bruna <wbruna@yahoo.com> [Sun, 29 Mar 2009 19:56:53 -0300] rev 7926
verify, i18n: fix unmarked strings
Tue, 31 Mar 2009 20:40:56 +0200 i18n: updated zh_CN instructions
Martin Geisler <mg@daimi.au.dk> [Tue, 31 Mar 2009 20:40:56 +0200] rev 7925
i18n: updated zh_CN instructions
Tue, 31 Mar 2009 20:30:20 +0200 i18n: rename zh.po to zh_CN.po
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.
Sun, 29 Mar 2009 21:52:43 +0200 httprepo: lowercase debug output
Martin Geisler <mg@daimi.au.dk> [Sun, 29 Mar 2009 21:52:43 +0200] rev 7923
httprepo: lowercase debug output
Mon, 30 Mar 2009 01:30:58 +0200 merge with -stable
Benoit Boissinot <benoit.boissinot@ens-lyon.org> [Mon, 30 Mar 2009 01:30:58 +0200] rev 7922
merge with -stable
Fri, 27 Mar 2009 11:17:46 -0400 hgweb: fix undefined name RepoError
Brodie Rao <me+hg@dackz.net> [Fri, 27 Mar 2009 11:17:46 -0400] rev 7921
hgweb: fix undefined name RepoError
Mon, 30 Mar 2009 01:23:12 +0200 merge with backout
Benoit Boissinot <benoit.boissinot@ens-lyon.org> [Mon, 30 Mar 2009 01:23:12 +0200] rev 7920
merge with backout
Mon, 30 Mar 2009 01:23:01 +0200 Backed out changeset 490e40816cbd
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.
Mon, 30 Mar 2009 01:21:39 +0200 Change wording in example hook
Benoit Boissinot <benoit.boissinot@ens-lyon.org> [Mon, 30 Mar 2009 01:21:39 +0200] rev 7918
Change wording in example hook
Thu, 26 Mar 2009 16:49:47 +0200 diffstat hook example
Alexander Solovyov <piranha@piranha.org.ua> [Thu, 26 Mar 2009 16:49:47 +0200] rev 7917
diffstat hook example
Fri, 27 Mar 2009 01:28:09 +0200 ability to load hooks from arbitrary python module
Alexander Solovyov <piranha@piranha.org.ua> [Fri, 27 Mar 2009 01:28:09 +0200] rev 7916
ability to load hooks from arbitrary python module
Sun, 29 Mar 2009 19:06:56 +0200 merge with crew
Benoit Boissinot <benoit.boissinot@ens-lyon.org> [Sun, 29 Mar 2009 19:06:56 +0200] rev 7915
merge with crew
Thu, 26 Mar 2009 23:02:21 -0500 windows: add various missing import
Steve Borho <steve@borho.org> [Thu, 26 Mar 2009 23:02:21 -0500] rev 7914
windows: add various missing import
Thu, 26 Mar 2009 22:07:01 -0500 windows: hoist expand_glob() back into util.py
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.
Sat, 28 Mar 2009 18:19:17 +0100 i18n-de: Several updates
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
Sun, 29 Mar 2009 00:08:33 +0100 record: fix indentation
Benoit Boissinot <benoit.boissinot@ens-lyon.org> [Sun, 29 Mar 2009 00:08:33 +0100] rev 7911
record: fix indentation
Sat, 28 Mar 2009 23:09:36 +0100 record: Give user a hint about chunk selection progress
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.
(0) -3000 -1000 -300 -100 -56 +56 +100 +300 +1000 +3000 +10000 +30000 tip