Mon, 06 Oct 2008 13:51:36 +0200 Merge with crew-stable
Patrick Mezard <pmezard@gmail.com> [Mon, 06 Oct 2008 13:51:36 +0200] rev 7064
Merge with crew-stable
Fri, 03 Oct 2008 23:13:03 +0200 Add missing catch of a TypeError
Bernhard Leiner <bleiner@gmail.com> [Fri, 03 Oct 2008 23:13:03 +0200] rev 7063
Add missing catch of a TypeError
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
(0) -3000 -1000 -300 -100 -10 +10 +100 +300 +1000 +3000 +10000 +30000 tip