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

r8709:b9e0ddb0 default
r10521:bde1bb25 stable
Show More
test-symlink-basic.out
31 lines | 678 B | text/plain | TextLexer
/ tests / test-symlink-basic.out
Matt Mackall
commit: move explicit file checking into repo.commit
r8709 abort: dangling: file not tracked!
Alexis S. L. Carvalho
Add some tests for symlink tracking
r4274 changeset: 0:cabd88b706fc
tag: tip
user: test
date: Thu Jan 01 00:00:00 1970 +0000
files: dangling
description:
add symlink
Patrick Mezard
Display symlink or executable bit with manifest -v...
r5405 2564acbe54bbbedfbf608479340b359f04597f80 644 @ dangling
Alexis S. L. Carvalho
Add some tests for symlink tracking
r4274 % rev 0:
dangling -> nothing
% rev 1:
dangling -> void
% modifying link
dangling -> empty
% reverting to rev 0:
reverting dangling
dangling -> nothing
% backups:
dangling.orig -> empty
1 files updated, 0 files merged, 0 files removed, 0 files unresolved
% copies
copying dangling to dangling2
A dangling2
dangling
dangling -> void
dangling2 -> void
Alexis S. L. Carvalho
Fix issue995 (copy --after and symlinks pointing to a directory)...
r6258 % issue995
Benoit Boissinot
update --clean: do not unlink added files (issue575)
r8518 0 files updated, 0 files merged, 0 files removed, 0 files unresolved