Sat, 04 Apr 2009 17:33:42 +0200 commands: better merge help text
Martin Geisler <mg@daimi.au.dk> [Sat, 04 Apr 2009 17:33:42 +0200] rev 7977
commands: better merge help text
Sat, 04 Apr 2009 16:46:50 +0200 commands: removed redundant text in manifest help
Martin Geisler <mg@daimi.au.dk> [Sat, 04 Apr 2009 16:46:50 +0200] rev 7976
commands: removed redundant text in manifest help
Sat, 04 Apr 2009 00:32:06 +0200 commands: stress that commit is a local operation
Martin Geisler <mg@daimi.au.dk> [Sat, 04 Apr 2009 00:32:06 +0200] rev 7975
commands: stress that commit is a local operation
Sat, 04 Apr 2009 00:27:55 +0200 commands: use single-quotes for 'hg help ...' hints
Martin Geisler <mg@daimi.au.dk> [Sat, 04 Apr 2009 00:27:55 +0200] rev 7974
commands: use single-quotes for 'hg help ...' hints
Sat, 04 Apr 2009 12:28:13 -0500 convert: attempt to check repo type before checking for tool
Matt Mackall <mpm@selenic.com> [Sat, 04 Apr 2009 12:28:13 -0500] rev 7973
convert: attempt to check repo type before checking for tool
Sat, 04 Apr 2009 19:43:00 +0200 merge with crew-stable
Dirkjan Ochtman <dirkjan@ochtman.nl> [Sat, 04 Apr 2009 19:43:00 +0200] rev 7972
merge with crew-stable
Tue, 24 Mar 2009 23:28:55 +0000 Fix issue1495, corner case of adding empty files via patching
Vsevolod Solovyov <vsevolod.solovyov@gmail.com> [Tue, 24 Mar 2009 23:28:55 +0000] rev 7971
Fix issue1495, corner case of adding empty files via patching
Fri, 03 Apr 2009 11:50:42 -0500 Merge with crew-stable
Matt Mackall <mpm@selenic.com> [Fri, 03 Apr 2009 11:50:42 -0500] rev 7970
Merge with crew-stable
Sat, 04 Apr 2009 18:08:41 +0200 convert: simple fix for non-existent synthetic/mergepoint attributes
Rocco Rutte <pdmef@gmx.net> [Sat, 04 Apr 2009 18:08:41 +0200] rev 7969
convert: simple fix for non-existent synthetic/mergepoint attributes
Sat, 04 Apr 2009 18:04:38 +0200 convert: handle comments starting with '#' in authormap files
Marti Raudsepp <marti@juffo.org> [Sat, 04 Apr 2009 18:04:38 +0200] rev 7968
convert: handle comments starting with '#' in authormap files
Sat, 04 Apr 2009 17:55:52 +0200 cmdutil: refactor handling of templating in show_changeset()
Dirkjan Ochtman <dirkjan@ochtman.nl> [Sat, 04 Apr 2009 17:55:52 +0200] rev 7967
cmdutil: refactor handling of templating in show_changeset()
Sat, 04 Apr 2009 17:46:11 +0200 templater: move stylemap function from hgweb to templater
Dirkjan Ochtman <dirkjan@ochtman.nl> [Sat, 04 Apr 2009 17:46:11 +0200] rev 7966
templater: move stylemap function from hgweb to templater
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.
(0) -3000 -1000 -300 -100 -50 -28 +28 +50 +100 +300 +1000 +3000 +10000 +30000 tip