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

r9786:951730b2 default
r10521:bde1bb25 stable
Show More
test-install.out
18 lines | 486 B | text/plain | TextLexer
Martin Geisler
commands: call ui.username carefully in debuginstall...
r9734 % hg debuginstall
Matt Mackall
Add debuginstall command to do basic install tests
r3844 Checking encoding (ascii)...
Checking extensions...
Checking templates...
Checking patch...
Checking commit editor...
Matt Mackall
Add some remedies and a username check to debuginstall
r3848 Checking username...
Matt Mackall
Add debuginstall command to do basic install tests
r3844 No problems detected
Martin Geisler
commands: call ui.username carefully in debuginstall...
r9734 % hg debuginstall with no username
Checking encoding (ascii)...
Checking extensions...
Checking templates...
Checking patch...
Checking commit editor...
Checking username...
Martin Geisler
ui: refer to "hg help config" when no username is set
r9786 no username supplied (see "hg help config")
Martin Geisler
commands: call ui.username carefully in debuginstall...
r9734 (specify a username in your .hgrc file)
1 problems detected, please check your install!