Sun, 15 Jun 2008 13:05:39 +0200 Merge with crew-stable
Patrick Mezard <pmezard@gmail.com> [Sun, 15 Jun 2008 13:05:39 +0200] rev 6685
Merge with crew-stable
Sat, 14 Jun 2008 16:01:24 +0200 localrepo: remove useless sort() call
Patrick Mezard <pmezard@gmail.com> [Sat, 14 Jun 2008 16:01:24 +0200] rev 6684
localrepo: remove useless sort() call
Sat, 14 Jun 2008 08:46:34 +0200 merge transplanted cset back from crew-stable
Dirkjan Ochtman <dirkjan@ochtman.nl> [Sat, 14 Jun 2008 08:46:34 +0200] rev 6683
merge transplanted cset back from crew-stable
Mon, 16 Jun 2008 11:50:33 +0200 Fix python2.3 incompatibility introduced by a2b13cac0922.
Thomas Arendsen Hein <thomas@intevation.de> [Mon, 16 Jun 2008 11:50:33 +0200] rev 6682
Fix python2.3 incompatibility introduced by a2b13cac0922.
Mon, 16 Jun 2008 11:37:26 +0200 run-tests.py: Make tests run with python2.3 if HGTEST_* is set.
Thomas Arendsen Hein <thomas@intevation.de> [Mon, 16 Jun 2008 11:37:26 +0200] rev 6681
run-tests.py: Make tests run with python2.3 if HGTEST_* is set. optparse of python2.3 does not transform default values to the specified type so e.g. "HGTEST_JOBS=4" (introduced in 07c3cd695b48) causes tests to abort, because options.jobs is set to '4' instead of the number 4.
Sun, 15 Jun 2008 13:01:03 +0200 Ignore dummy copies in dirstate and localrepo.filecommit()
Patrick Mezard <pmezard@gmail.com> [Sun, 15 Jun 2008 13:01:03 +0200] rev 6680
Ignore dummy copies in dirstate and localrepo.filecommit()
Sun, 15 Jun 2008 13:01:01 +0200 context: fix workingctx.fileflags() execute bit
Patrick Mezard <pmezard@gmail.com> [Sun, 15 Jun 2008 13:01:01 +0200] rev 6679
context: fix workingctx.fileflags() execute bit
Wed, 23 Apr 2008 11:40:33 +0200 sshserver: Don't try to close fp if mkstemp failed
Thomas Arendsen Hein <thomas@intevation.de> [Wed, 23 Apr 2008 11:40:33 +0200] rev 6678
sshserver: Don't try to close fp if mkstemp failed
Fri, 06 Jun 2008 19:23:29 +0100 Add a normalize() method to dirstate
Paul Moore <p.f.moore@gmail.com> [Fri, 06 Jun 2008 19:23:29 +0100] rev 6677
Add a normalize() method to dirstate This method returns the normalised form of a path. This is - the form in the dirstate, if available, or - the form on disk, if available, or - the form passed on the command line normalize() is called on the type-'f' result of statwalk. This fixes issues 910 and 1092
Fri, 06 Jun 2008 19:23:23 +0100 Add a new function, fspath
Paul Moore <p.f.moore@gmail.com> [Fri, 06 Jun 2008 19:23:23 +0100] rev 6676
Add a new function, fspath The function, given a relative filename and a root, returns the filename modified to use the case actually stored in the filesystem (or None if the file does not exist). The returned name is relative to the root, but retains the path separators used in the input path. (This is not strictly necessary, but retaining the path separators minimises misleading test suite failures). A win32-specific implementation (using win32api.FindFiles) is possible, but it has not been implemented as testing seems to demonstrate that the win32-specific code is not significantly faster (thanks to the caching of results in the generic code).
(0) -3000 -1000 -300 -100 -10 +10 +100 +300 +1000 +3000 +10000 +30000 tip