Benoit Boissinot <benoit.boissinot@ens-lyon.org> [Wed, 10 Sep 2008 08:48:23 +0200] rev 7016
Backed out changeset
3d54cf97598d (see
issue916 for details)
Martin Geisler <mg@daimi.au.dk> [Tue, 09 Sep 2008 21:32:39 +0200] rev 7015
i18n, record: improve use of translated docstring in prompts
The old code would confuse the user if the translator actually
translated the letters "Ynsfdaq?" in the prompt, since the user input
would be matched against the English string, despite the translation.
The new code fixes this, but the translator must be 100% consistent.
Also, the translation of single character strings is problematic if
they are used differently by different pieces of code.
Martin Geisler <mg@daimi.au.dk> [Tue, 09 Sep 2008 21:32:39 +0200] rev 7014
i18n: use gettext instead of _
Both gettext and _ trigger a translation at runtime, but _ can only be
used with a string argument since it also triggers string extraction.
Martin Geisler <mg@daimi.au.dk> [Tue, 09 Sep 2008 21:32:39 +0200] rev 7013
i18n: mark help strings for translation
The gettext function is just another name for the normal _ function
and it is used for translating docstrings when using _ would make
pygettext.py output a warning.
Martin Geisler <mg@daimi.au.dk> [Tue, 09 Sep 2008 21:32:39 +0200] rev 7012
restructure helptable
When looking up a help topic, the key is now only matched against the
short names for each topic, and not the header. So
hg help 'Environment Variables'
must be replaced with
hg help env
Benoit Boissinot <benoit.boissinot@ens-lyon.org> [Tue, 09 Sep 2008 14:43:12 +0200] rev 7011
Do not try to load extensions twice (
issue811)
Benoit Boissinot <benoit.boissinot@ens-lyon.org> [Mon, 08 Sep 2008 14:22:14 +0200] rev 7010
enhance the error output in case of failure during http push
Benoit Boissinot <benoit.boissinot@ens-lyon.org> [Mon, 08 Sep 2008 14:04:10 +0200] rev 7009
tag: without a checkout, base the tag changeset on tip instead of nullid
issue916
Peter Ruibal <peter.ruibal@intel.com> [Mon, 08 Sep 2008 13:07:00 +0200] rev 7008
use Exception(args)-style raising consistently (py3k compatibility)
Sune Foldager <cryo@cyanite.org> [Mon, 08 Sep 2008 12:55:46 +0200] rev 7007
fetch: added support for named branches
Previously, fetch didn't really work when there were multiple named branches
in the repository. Now it tries to do the right thing(tm) in all situations.
Sune Foldager <cryo@cyanite.org> [Mon, 08 Sep 2008 12:55:27 +0200] rev 7006
branch: added more support for named branches
hg branch now has a -C (--clean) option, to reset the current (dirstate)
branch to the branch of the last commit (first parent).
Martin Geisler <mg@daimi.au.dk> [Mon, 08 Sep 2008 11:32:53 +0200] rev 7005
do not pretend to lock static-http repositories (
issue994)
Benoit Boissinot <benoit.boissinot@ens-lyon.org> [Mon, 08 Sep 2008 00:50:34 +0200] rev 7004
c0bd7d8b69ef uses err() instead of warn() but prototype doesn't match
we might want to make warn() look more like err() in the future
to avoid this kind of problem.
Martin Geisler <mg@daimi.au.dk> [Sat, 06 Sep 2008 17:44:07 +0200] rev 7003
i18n: mark command line for translation
Martin Geisler <mg@daimi.au.dk> [Sat, 06 Sep 2008 17:44:03 +0200] rev 7002
i18n, mq: mark command line options for translation
Martin Geisler <mg@daimi.au.dk> [Sat, 06 Sep 2008 17:44:02 +0200] rev 7001
i18n, imerge: mark command line for translation
Martin Geisler <mg@daimi.au.dk> [Sat, 06 Sep 2008 17:44:01 +0200] rev 7000
i18n, hgk: mark command line options for translation
Martin Geisler <mg@daimi.au.dk> [Sat, 06 Sep 2008 17:43:59 +0200] rev 6999
i18n, convert: mark command line options for translation
Benoit Boissinot <benoit.boissinot@ens-lyon.org> [Sat, 06 Sep 2008 17:04:01 +0200] rev 6998
merge with -stable
Benoit Boissinot <benoit.boissinot@ens-lyon.org> [Sat, 06 Sep 2008 14:11:33 +0200] rev 6997
inotify: workaround ENAMETOOLONG by using symlinks
If we can't create the unix socket because the path is too long
we create the socket in a temporary directory and symlink it into
the repo.
Fix
issue1208
Benoit Boissinot <benoit.boissinot@ens-lyon.org> [Sat, 06 Sep 2008 12:49:20 +0200] rev 6996
inotify: deactivate inotify status on failure
workaround
issue1208, add test
fix traceback handling (socket.error is a singleton in this case)
Benoit Boissinot <benoit.boissinot@ens-lyon.org> [Sat, 06 Sep 2008 12:48:52 +0200] rev 6995
inotify: fix traceback when the server has been already started
Brendan Cully <brendan@kublai.com> [Tue, 19 Aug 2008 15:36:03 -0700] rev 6994
Use relative imports in inotify.server.
Fixes an import failure I was getting under hgtk and hgweb:
*** failed to import extension inotify: 'module' object has no attribute 'inotify'
Benoit Boissinot <benoit.boissinot@ens-lyon.org> [Sat, 06 Sep 2008 00:45:13 +0200] rev 6993
a socket error might be a tuple or a singleton
Benoit Boissinot <benoit.boissinot@ens-lyon.org> [Fri, 05 Sep 2008 11:04:36 +0200] rev 6992
merge with crew
Benoit Boissinot <benoit.boissinot@ens-lyon.org> [Fri, 05 Sep 2008 11:03:34 +0200] rev 6991
merge with -stable
Benoit Boissinot <benoit.boissinot@ens-lyon.org> [Fri, 05 Sep 2008 11:02:12 +0200] rev 6990
fix test-bisect error (because of set -e)
Patrick Mezard <pmezard@gmail.com> [Fri, 05 Sep 2008 11:00:07 +0200] rev 6989
store: pathjoiner default value is os.path.join