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

r10211:a474f950 stable
r10521:bde1bb25 stable
Show More
test-encode.out
17 lines | 396 B | text/plain | TextLexer
mpm@selenic.com
Add file encoding/decoding support
r1258 %% no changes
%% no changes
Mads Kiilerich
Update test and man page for multiple matching encode/decode filters
r10211 %% check contents in repo are encoded
this is a test
THIS IS A TEST
%% check committed content was decoded
mpm@selenic.com
Add file encoding/decoding support
r1258 this is a test
this is a test
Mads Kiilerich
Update test and man page for multiple matching encode/decode filters
r10211 2 files updated, 0 files merged, 0 files removed, 0 files unresolved
%% check decoding of our new working dir copy
this is a test
mpm@selenic.com
Add file encoding/decoding support
r1258 this is a test
Jesse Glick
Option --decode for hg cat to apply decode filters....
r6093 %% check hg cat operation
this is a test
this is a test
this is a test
this is a test