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

r9642:7d17794f default
r10521:bde1bb25 stable
Show More
test-diffstat.out
15 lines | 485 B | text/plain | TextLexer
/ tests / test-diffstat.out
Brodie Rao
diff: add --stat for diffstat output...
r9640 % wide diffstat
a | 213 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
1 files changed, 213 insertions(+), 0 deletions(-)
% diffstat width
a | 213 ++++++++++++++
1 files changed, 213 insertions(+), 0 deletions(-)
% narrow diffstat
a | 3 +++
1 files changed, 3 insertions(+), 0 deletions(-)
% binary diffstat
Brodie Rao
diffstat: with --git, mark binary files with Bin...
r9642 b | 0
Brodie Rao
diff: add --stat for diffstat output...
r9640 1 files changed, 0 insertions(+), 0 deletions(-)
Brodie Rao
diffstat: with --git, mark binary files with Bin...
r9642 % binary git diffstat
b | Bin
1 files changed, 0 insertions(+), 0 deletions(-)