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

r9900:89399000 stable
r10521:bde1bb25 stable
Show More
test-inotify.out
52 lines | 705 B | text/plain | TextLexer
Benoit Boissinot
inotify: fix status not showing "clean" files (issue907)...
r7145 adding a
adding b
adding c
adding d
adding dir/bar/foo
adding dir/x
adding dir/y
adding e
Nicolas Dumazet
cmdutil.service: do not _exit(0) in the parent process...
r9896 updating to branch default
8 files updated, 0 files merged, 0 files removed, 0 files unresolved
M a
Benoit Boissinot
inotify: fix status not showing "clean" files (issue907)...
r7145 % inserve
Nicolas Dumazet
inotify: improve error messages...
r9900 % cannot start, already bound
abort: inotify-server: cannot start: socket is already bound
Benoit Boissinot
inotify: fix status not showing "clean" files (issue907)...
r7145 ? hg.pid
% clean
C a
C b
C c
C d
C dir/bar/foo
C dir/x
C dir/y
C e
% all
? hg.pid
C a
C b
C c
C d
C dir/bar/foo
C dir/x
C dir/y
C e
Brendan Cully
inotify: fix status . in repo.root
r7393 % path patterns
M dir/x
? hg.pid
M dir/x
M x
Nicolas Dumazet
inotify: fix issue1375, add a test....
r9116 % issue 1375
adding h/h
adding hg.pid
removing h/h
A h
R h/h
Nicolas Dumazet
inotify: server: explicitely ignore events in subdirs of .hg/ (issue1735)
r9117 M a
merging a
1 files updated, 1 files merged, 2 files removed, 0 files unresolved
M a
3 files updated, 1 files merged, 0 files removed, 0 files unresolved
M a
Nicolas Dumazet
inotify: mark directories visited during lookup (issue1844)...
r9854 adding 1844/foo