##// END OF EJS Templates
Do not use osutil.c with python 2.4 and Windows (issue1364)...
Do not use osutil.c with python 2.4 and Windows (issue1364) Windows python 2.4 os.stat() reports times including DST offset, while osutil.c reports the correct value, which makes status() systematically compare files content. This bug is fixed in python 2.5. Using osutil.py instead of osutil.c is 4x times slower on large repositories but current code is completely unusable. Given few people are likely to use python 2.4 on Windows this solution was considered a good trade-off compared to more invasive solutions trying to address the offset issue.

File last commit:

r6935:03916abd default
r10521:bde1bb25 stable
Show More
test-casefolding.out
14 lines | 409 B | text/plain | TextLexer
/ tests / test-casefolding.out
Patrick Mezard
Add test for case folding issues
r6806 % test file addition with bad case
adding a
A a
a
% test case collision on rename (issue 750)
adding a
a
Gilles Moris
Have verbose and debug flag print the changeset rev and hash when committing....
r6935 committed changeset 0:07f4944404050f47db2e5c5071e0e84e7a27bba9
Patrick Mezard
Add test for case folding issues
r6806 A: not overwriting - file exists
% test case collision between revisions (issue 912)
adding a
adding A
1 files updated, 0 files merged, 1 files removed, 0 files unresolved
1 files updated, 0 files merged, 1 files removed, 0 files unresolved