Sat, 04 Oct 2008 10:14:39 +0200 provide nicer feedback when an unknown node id is passed to a command
Sune Foldager <cryo@cyanite.org> [Sat, 04 Oct 2008 10:14:39 +0200] rev 7062
provide nicer feedback when an unknown node id is passed to a command Previously, an unknown node id would lead to the following error: abort: 00changelog.i@343445453433: no node! All other unknown revision would instead display as: abort: unknown revision '343445453'! The former error message has been suppressed in favor of the latter.
Thu, 02 Oct 2008 16:22:02 +0200 tests: check for bzr support by importing bzrlib
Dirkjan Ochtman <dirkjan@ochtman.nl> [Thu, 02 Oct 2008 16:22:02 +0200] rev 7061
tests: check for bzr support by importing bzrlib This is better than starting bzr --version, because it works correctly when running tests with a non-default Python (version).
Thu, 02 Oct 2008 15:48:57 +0200 convert: fixed python2.3 incompatibility in bzr source (generator expression)
Dirkjan Ochtman <dirkjan@ochtman.nl> [Thu, 02 Oct 2008 15:48:57 +0200] rev 7060
convert: fixed python2.3 incompatibility in bzr source (generator expression)
Wed, 01 Oct 2008 08:41:18 -0400 Improve error handling in osutil.c
Petr Kodl <petrkodl@gmail.com> [Wed, 01 Oct 2008 08:41:18 -0400] rev 7059
Improve error handling in osutil.c 1) In posix part set error when path is too long so instead of SystemError: error returned without exception set it will raise ValueError: path too long 2) In Win32 part replace generic PyErr_SetExcFromWindowsErrWithFilename by PyErr_SetFromWindowsErrWithFilename The exception returned is WinError(based on OSError) and some rudimentary errno translation is performed from Windows error range to errno module friendly range so errors like ENOENT can be handled via symbolic constant and consistently between Win32 and Posix.
Mon, 29 Sep 2008 12:12:53 +0200 `source` doesn't work for some /bin/sh, use `.` instead
Benoit Boissinot <benoit.boissinot@ens-lyon.org> [Mon, 29 Sep 2008 12:12:53 +0200] rev 7058
`source` doesn't work for some /bin/sh, use `.` instead
Mon, 29 Sep 2008 11:57:27 +0200 fix conflicting variables when no native osutil is available
Benoit Boissinot <benoit.boissinot@ens-lyon.org> [Mon, 29 Sep 2008 11:57:27 +0200] rev 7057
fix conflicting variables when no native osutil is available thanks weijun for the bug report and patch, fix issue1309
Sun, 14 Sep 2008 09:57:33 -0400 osutil: implementation for Win32
Petr Kodl <petrkodl@gmail.com> [Sun, 14 Sep 2008 09:57:33 -0400] rev 7056
osutil: implementation for Win32 Use information provided by FindFile... Win32 calls to generate stat information without lstat call per file. rwx bits in st_mode are ignored as they are not stored in Win32 fs and Mercurial does not use them Unicode path / path names over _MAX_PATH are intentionally not supported.
Mon, 29 Sep 2008 09:30:36 +0200 convert: improve convert_source documentation
Patrick Mezard <pmezard@gmail.com> [Mon, 29 Sep 2008 09:30:36 +0200] rev 7055
convert: improve convert_source documentation
Sun, 28 Sep 2008 20:40:38 +0200 get-with-headers: fix stream modes under Windows
Patrick Mezard <pmezard@gmail.com> [Sun, 28 Sep 2008 20:40:38 +0200] rev 7054
get-with-headers: fix stream modes under Windows
Fri, 26 Sep 2008 20:33:47 +0200 convert: add bzr source
Marek Kubica <marek@xivilization.net> [Fri, 26 Sep 2008 20:33:47 +0200] rev 7053
convert: add bzr source
Sat, 27 Sep 2008 10:11:31 +0200 merge with crew-stable
Dirkjan Ochtman <dirkjan@ochtman.nl> [Sat, 27 Sep 2008 10:11:31 +0200] rev 7052
merge with crew-stable
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
(0) -3000 -1000 -300 -100 -50 -30 +30 +50 +100 +300 +1000 +3000 +10000 +30000 tip