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.
Sat, 28 Mar 2009 22:22:22 +0100 coal/paper: Turn <img> into <img/> where missing
Rocco Rutte <pdmef@gmx.net> [Sat, 28 Mar 2009 22:22:22 +0100] rev 7909
coal/paper: Turn <img> into <img/> where missing
Sat, 28 Mar 2009 19:50:37 +0100 add missing +x flag to test-inotify-issue1542
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
Sat, 28 Mar 2009 19:25:10 +0100 merge with crew
Benoit Boissinot <benoit.boissinot@ens-lyon.org> [Sat, 28 Mar 2009 19:25:10 +0100] rev 7907
merge with crew
Fri, 27 Mar 2009 17:56:18 +0100 Add missing imports for posix.py for OS X
Rocco Rutte <pdmef@gmx.net> [Fri, 27 Mar 2009 17:56:18 +0100] rev 7906
Add missing imports for posix.py for OS X These don't seem to do harm on Linux.
Fri, 27 Mar 2009 13:39:18 +0100 convert: missing p4 tool is only slightly fatal
Mads Kiilerich <mads@kiilerich.com> [Fri, 27 Mar 2009 13:39:18 +0100] rev 7905
convert: missing p4 tool is only slightly fatal checktool with default abort=True caused convert to fail too early.
Sat, 07 Mar 2009 16:06:46 +0800 Clarify the usage of HGRCPATH
Dongsheng Song <dongsheng.song@gmail.com> [Sat, 07 Mar 2009 16:06:46 +0800] rev 7904
Clarify the usage of HGRCPATH
Fri, 27 Feb 2009 17:28:26 -0800 tests: strip o/s-dependent error messages from some http tests
John Coomes <john.coomes@sun.com> [Fri, 27 Feb 2009 17:28:26 -0800] rev 7903
tests: strip o/s-dependent error messages from some http tests
Sat, 28 Mar 2009 17:29:14 +0100 bisect: use integer division
Benoit Boissinot <benoit.boissinot@ens-lyon.org> [Sat, 28 Mar 2009 17:29:14 +0100] rev 7902
bisect: use integer division
Sat, 28 Mar 2009 16:34:40 +0100 i18n: spelling correction in German translation
Tobias Bell <tobias.bell@gmail.com> [Sat, 28 Mar 2009 16:34:40 +0100] rev 7901
i18n: spelling correction in German translation
Fri, 27 Mar 2009 18:17:24 +0100 i18n: completed German translation of the children extension
Tobias Bell <tobias.bell@gmail.com> [Fri, 27 Mar 2009 18:17:24 +0100] rev 7900
i18n: completed German translation of the children extension
Fri, 27 Mar 2009 17:59:35 +0100 i18n: fixed textwidth in bookmarks extension
Tobias Bell <tobias.bell@gmail.com> [Fri, 27 Mar 2009 17:59:35 +0100] rev 7899
i18n: fixed textwidth in bookmarks extension
Fri, 27 Mar 2009 17:48:59 +0100 i18n: completed German translation of bookmarks extension
Tobias Bell <tobias.bell@gmail.com> [Fri, 27 Mar 2009 17:48:59 +0100] rev 7898
i18n: completed German translation of bookmarks extension
Fri, 27 Mar 2009 11:52:32 +0200 i18n: continuation of command.py translations/checking
Fabian Kreutz <fabian.kreutz@qvantel.com> [Fri, 27 Mar 2009 11:52:32 +0200] rev 7897
i18n: continuation of command.py translations/checking
Tue, 24 Mar 2009 18:52:48 +0100 i18n: more commands.py translations
Fabian Kreutz <fabian.kreutz@qvantel.com> [Tue, 24 Mar 2009 18:52:48 +0100] rev 7896
i18n: more commands.py translations
Tue, 24 Mar 2009 18:50:46 +0100 i18n: more commands.py reworking + new translations
Fabian Kreutz <fabian.kreutz@qvantel.com> [Tue, 24 Mar 2009 18:50:46 +0100] rev 7895
i18n: more commands.py reworking + new translations
Fri, 27 Mar 2009 17:35:00 +0100 cmdutil: fix untranslatable string in copy
Martin Geisler <mg@daimi.au.dk> [Fri, 27 Mar 2009 17:35:00 +0100] rev 7894
cmdutil: fix untranslatable string in copy
(0) -3000 -1000 -300 -100 -56 +56 +100 +300 +1000 +3000 +10000 +30000 tip