Tue, 23 Sep 2008 22:01:40 +0200 i18n, churn: mark string for translation
Martin Geisler <mg@daimi.au.dk> [Tue, 23 Sep 2008 22:01:40 +0200] rev 7051
i18n, churn: mark string for translation
Wed, 24 Sep 2008 13:50:29 +0200 merge with crew-stable
Dirkjan Ochtman <dirkjan@ochtman.nl> [Wed, 24 Sep 2008 13:50:29 +0200] rev 7050
merge with crew-stable
Wed, 24 Sep 2008 13:22:11 +0200 fetch: use dirstate branch instead of first parents
Sune Foldager <cryo@cyanite.org> [Wed, 24 Sep 2008 13:22:11 +0200] rev 7049
fetch: use dirstate branch instead of first parents
Mon, 22 Sep 2008 14:47:21 +0200 merge with -stable
Benoit Boissinot <benoit.boissinot@ens-lyon.org> [Mon, 22 Sep 2008 14:47:21 +0200] rev 7048
merge with -stable
Wed, 17 Sep 2008 22:15:36 +0200 Update coverage.py
Patrick Mezard <pmezard@gmail.com> [Wed, 17 Sep 2008 22:15:36 +0200] rev 7047
Update coverage.py There is no technical reason to update it except it contains all the patches already done in mercurial plus other stuff. It will be easier to update and maintain in the future.
Fri, 26 Sep 2008 16:27:03 +0200 gitweb: correct tags page feed autodiscovery links
Dirkjan Ochtman <dirkjan@ochtman.nl> [Fri, 26 Sep 2008 16:27:03 +0200] rev 7046
gitweb: correct tags page feed autodiscovery links
Wed, 24 Sep 2008 13:10:09 +0200 clone: honor -r even when pulling named branches
Dirkjan Ochtman <dirkjan@ochtman.nl> [Wed, 24 Sep 2008 13:10:09 +0200] rev 7045
clone: honor -r even when pulling named branches
Sat, 20 Sep 2008 15:00:58 +0200 Escape '%' when writing to hgrc (issue1199)
Benoit Boissinot <benoit.boissinot@ens-lyon.org> [Sat, 20 Sep 2008 15:00:58 +0200] rev 7044
Escape '%' when writing to hgrc (issue1199) Fixes clone with paths containing '%'. Patch provided by mjc.
Thu, 18 Sep 2008 13:55:58 +0200 tests: add test for notify extension as changegroup hook
Dennis Schoen <ds@1d10t.de> [Thu, 18 Sep 2008 13:55:58 +0200] rev 7043
tests: add test for notify extension as changegroup hook
Thu, 18 Sep 2008 13:45:36 +0200 tests: fix reported patch tool name in test-mq
Mads Kiilerich <mads@kiilerich.com> [Thu, 18 Sep 2008 13:45:36 +0200] rev 7042
tests: fix reported patch tool name in test-mq Strip any path of the patch executable, which it might return on failure.
Thu, 18 Sep 2008 13:48:41 +0200 tests: fix readline escape characters in output for test-doctest.py
Mads Kiilerich <mads@kiilerich.com> [Thu, 18 Sep 2008 13:48:41 +0200] rev 7041
tests: fix readline escape characters in output for test-doctest.py
Wed, 17 Sep 2008 11:34:37 +0200 merge with crew-stable
Dirkjan Ochtman <dirkjan@ochtman.nl> [Wed, 17 Sep 2008 11:34:37 +0200] rev 7040
merge with crew-stable
Mon, 15 Sep 2008 23:39:11 +0100 hgk: Display branch name for each head (issue 740)
Michael Sommerville <msommerville@gmail.com> [Mon, 15 Sep 2008 23:39:11 +0100] rev 7039
hgk: Display branch name for each head (issue 740) In the graphical view, each head is decorated with an additonal tag containing the branch name, if that head is not on the default branch.
Wed, 17 Sep 2008 11:14:06 +0200 tests: fix test-highlight for compatiblity with newer Pygments
Dirkjan Ochtman <dirkjan@ochtman.nl> [Wed, 17 Sep 2008 11:14:06 +0200] rev 7038
tests: fix test-highlight for compatiblity with newer Pygments
Wed, 17 Sep 2008 10:24:30 +0200 update: mention null revision in help text
Martin Geisler <mg@daimi.au.dk> [Wed, 17 Sep 2008 10:24:30 +0200] rev 7037
update: mention null revision in help text
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
(0) -3000 -1000 -300 -100 -50 -30 +30 +50 +100 +300 +1000 +3000 +10000 +30000 tip