Wed, 17 Sep 2008 10:22:35 +0200 allow Mercurial to compile on Haiku
Scott McCreary <scottmc2@gmail.com> [Wed, 17 Sep 2008 10:22:35 +0200] rev 7036
allow Mercurial to compile on Haiku
Sat, 13 Sep 2008 17:46:09 +0200 forbid username with '\n' at the changelog level
Benoit Boissinot <benoit.boissinot@ens-lyon.org> [Sat, 13 Sep 2008 17:46:09 +0200] rev 7035
forbid username with '\n' at the changelog level It was already forbidden for ui.username() but no verification were made for username passed through the commandline.
Sat, 13 Sep 2008 10:46:47 -0500 listdir: add support for aborting if a certain path is found
Matt Mackall <mpm@selenic.com> [Sat, 13 Sep 2008 10:46:47 -0500] rev 7034
listdir: add support for aborting if a certain path is found This lets us bail out early if we find '.hg', letting us skip sorting and bisecting for it.
Sat, 13 Sep 2008 10:44:44 -0500 osutil: fix some braindamage
Matt Mackall <mpm@selenic.com> [Sat, 13 Sep 2008 10:44:44 -0500] rev 7033
osutil: fix some braindamage - entkind returns -1 on failure - compile if AT_SYMLINK_NOFOLLOW is missing - avoid fullpath overflow
Fri, 12 Sep 2008 19:57:07 -0500 dirstate: improve performance for building _dirs
Matt Mackall <mpm@selenic.com> [Fri, 12 Sep 2008 19:57:07 -0500] rev 7032
dirstate: improve performance for building _dirs
Fri, 12 Sep 2008 15:11:02 -0500 osutil: major listdir cleanup
Matt Mackall <mpm@selenic.com> [Fri, 12 Sep 2008 15:11:02 -0500] rev 7031
osutil: major listdir cleanup
Fri, 12 Sep 2008 16:15:01 +0200 hgweb: let the web graph cope with low revisions/new repositories (issue1293)
Dirkjan Ochtman <dirkjan@ochtman.nl> [Fri, 12 Sep 2008 16:15:01 +0200] rev 7030
hgweb: let the web graph cope with low revisions/new repositories (issue1293)
Fri, 05 Sep 2008 17:28:37 +0200 hgweb: Respond with HTTP 403 for disabled archive types instead of 404
Rocco Rutte <pdmef@gmx.net> [Fri, 05 Sep 2008 17:28:37 +0200] rev 7029
hgweb: Respond with HTTP 403 for disabled archive types instead of 404 This makes it easier for clients/users to distinct between supported but disabled and unsupported archive types.
Fri, 12 Sep 2008 13:28:05 +0200 coal/paper: fix error page markup to show navigation again
Rocco Rutte <pdmef@gmx.net> [Fri, 12 Sep 2008 13:28:05 +0200] rev 7028
coal/paper: fix error page markup to show navigation again
Wed, 10 Sep 2008 23:20:04 +0200 merge with -stable
Benoit Boissinot <benoit.boissinot@ens-lyon.org> [Wed, 10 Sep 2008 23:20:04 +0200] rev 7027
merge with -stable
Wed, 10 Sep 2008 22:37:07 +0200 osutil: proper error checking and reporting
Benoit Boissinot <benoit.boissinot@ens-lyon.org> [Wed, 10 Sep 2008 22:37:07 +0200] rev 7026
osutil: proper error checking and reporting
Wed, 10 Sep 2008 13:52:33 +0200 run-tests.py: fix the check for the hg installation with -jn (n > 1)
Benoit Boissinot <benoit.boissinot@ens-lyon.org> [Wed, 10 Sep 2008 13:52:33 +0200] rev 7025
run-tests.py: fix the check for the hg installation with -jn (n > 1)
Sun, 07 Sep 2008 15:10:11 +0200 inotify: add client code for long pathname handling
Benoit Boissinot <benoit.boissinot@ens-lyon.org> [Sun, 07 Sep 2008 15:10:11 +0200] rev 7024
inotify: add client code for long pathname handling
Wed, 10 Sep 2008 22:54:28 +0200 dirstate: use the right variable (f, not ff)
Benoit Boissinot <benoit.boissinot@ens-lyon.org> [Wed, 10 Sep 2008 22:54:28 +0200] rev 7023
dirstate: use the right variable (f, not ff)
Wed, 10 Sep 2008 22:37:07 +0200 osutil: proper error checking and reporting
Benoit Boissinot <benoit.boissinot@ens-lyon.org> [Wed, 10 Sep 2008 22:37:07 +0200] rev 7022
osutil: proper error checking and reporting
Wed, 10 Sep 2008 09:41:42 -0400 hgcommand.vim: refer Vim7 users to vcscommand plugin
Christian Ebert <blacktrash@gmx.net> [Wed, 10 Sep 2008 09:41:42 -0400] rev 7021
hgcommand.vim: refer Vim7 users to vcscommand plugin
Wed, 10 Sep 2008 17:55:49 +0200 make test-mq-qdelete work reliably (issue1180)
Benoit Boissinot <benoit.boissinot@ens-lyon.org> [Wed, 10 Sep 2008 17:55:49 +0200] rev 7020
make test-mq-qdelete work reliably (issue1180) if after a and b has been applied, their hash starts with c, then the test would fail (because there would be a rev c which would be seen as "applied") so probability of failure would be 2*1/16.
Fri, 29 Aug 2008 20:36:55 +0100 Add support for Bugzilla 3.0 series to bugzilla hook.
Jim Hague <jim.hague@acm.org> [Fri, 29 Aug 2008 20:36:55 +0100] rev 7019
Add support for Bugzilla 3.0 series to bugzilla hook. The only difference is 'fieldid' in table 'fielddefs' got renamed to 'id' for 3.0.
Wed, 10 Sep 2008 13:52:33 +0200 run-tests.py: fix the check for the hg installation with -jn (n > 1)
Benoit Boissinot <benoit.boissinot@ens-lyon.org> [Wed, 10 Sep 2008 13:52:33 +0200] rev 7018
run-tests.py: fix the check for the hg installation with -jn (n > 1)
Wed, 10 Sep 2008 08:49:05 +0200 merge backout
Benoit Boissinot <benoit.boissinot@ens-lyon.org> [Wed, 10 Sep 2008 08:49:05 +0200] rev 7017
merge backout
Wed, 10 Sep 2008 08:48:23 +0200 Backed out changeset 3d54cf97598d (see issue916 for details)
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)
Tue, 09 Sep 2008 21:32:39 +0200 i18n, record: improve use of translated docstring in prompts
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.
Tue, 09 Sep 2008 21:32:39 +0200 i18n: use gettext instead of _
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.
Tue, 09 Sep 2008 21:32:39 +0200 i18n: mark help strings for translation
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.
Tue, 09 Sep 2008 21:32:39 +0200 restructure helptable
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
Tue, 09 Sep 2008 14:43:12 +0200 Do not try to load extensions twice (issue811)
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)
Mon, 08 Sep 2008 14:22:14 +0200 enhance the error output in case of failure during http push
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
Mon, 08 Sep 2008 14:04:10 +0200 tag: without a checkout, base the tag changeset on tip instead of nullid
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
Mon, 08 Sep 2008 13:07:00 +0200 use Exception(args)-style raising consistently (py3k compatibility)
Peter Ruibal <peter.ruibal@intel.com> [Mon, 08 Sep 2008 13:07:00 +0200] rev 7008
use Exception(args)-style raising consistently (py3k compatibility)
Mon, 08 Sep 2008 12:55:46 +0200 fetch: added support for named branches
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.
(0) -3000 -1000 -300 -100 -50 -30 +30 +50 +100 +300 +1000 +3000 +10000 +30000 tip