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

r9598:a981ddb1 merge default
r10521:bde1bb25 stable
Show More
test-mq-symlinks.out
31 lines | 575 B | text/plain | TextLexer
/ tests / test-mq-symlinks.out
Bryan O'Sullivan
mq: teach qpop about symlinks
r5157 a -> a not a symlink
Patrick Mezard
patch: handle symlinks without symlinkhunk...
r9585 % test replacing a file with a symlink
Bryan O'Sullivan
mq: teach qpop about symlinks
r5157 a -> b
Mads Kiilerich
mq: qpop now tells which patches are popped...
r9110 popping symlink.patch
Martin Geisler
mq: lowercase output...
r7627 now at: base.patch
Bryan O'Sullivan
mq: teach qpop about symlinks
r5157 applying symlink.patch
Martin Geisler
mq: lowercase output...
r7627 now at: symlink.patch
Bryan O'Sullivan
mq: teach qpop about symlinks
r5157 a -> b
Patrick Mezard
patch: handle symlink updates/replacements (issue1785)
r9586 % test updating a symlink
a -> c
Patrick Mezard
Merge with crew-stable
r9598 popping updatelink
Patrick Mezard
patch: handle symlink updates/replacements (issue1785)
r9586 now at: symlink.patch
applying updatelink
patching file a
a
now at: updatelink
a -> c
% test replacing a symlink with a file
Patrick Mezard
Merge with crew-stable
r9598 popping replacelinkwithfile
Patrick Mezard
patch: handle symlink updates/replacements (issue1785)
r9586 now at: addlink
applying replacelinkwithfile
now at: replacelinkwithfile
sss
Patrick Mezard
patch: handle symlinks without symlinkhunk...
r9585 % test symlink removal
Mads Kiilerich
mq: qpop now tells which patches are popped...
r9110 popping removesl.patch
Patrick Mezard
patch: handle symlink updates/replacements (issue1785)
r9586 now at: replacelinkwithfile
Brendan Cully
patch: handle git patches that remove symlinks (issue1438)
r7517 applying removesl.patch
Martin Geisler
mq: lowercase output...
r7627 now at: removesl.patch
Brendan Cully
patch: handle git patches that remove symlinks (issue1438)
r7517 C b
Patrick Mezard
patch: handle symlink updates/replacements (issue1785)
r9586 C c
C s