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
(0) -3000 -1000 -300 -100 -10 +10 +100 +300 +1000 +3000 +10000 +30000 tip