##// 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:

r9693:c40a1ee2 default
r10521:bde1bb25 stable
Show More
test-journal-exists.out
11 lines | 339 B | text/plain | TextLexer
/ tests / test-journal-exists.out
Matt Mackall
transactions: don't show a backtrace when journal exists...
r5865 adding a
Sune Foldager
change 'journal already exists' to 'abandoned transaction found'...
r9691 abort: abandoned transaction found - run hg recover!
Matt Mackall
transactions: don't show a backtrace when journal exists...
r5865 rolling back interrupted transaction
checking changesets
checking manifests
crosschecking files in changesets and manifests
checking files
1 files, 1 changesets, 1 total revisions
Sune Foldager
transaction: always remove empty journal on abort...
r9693 % check that zero-size journals are correctly aborted
adding changesets
abort: Permission denied