##// END OF EJS Templates
inotify: fix status not showing "clean" files (issue907)...
inotify: fix status not showing "clean" files (issue907) The inotify server uses 'c' for clean, not 'n'.

File last commit:

r5051:e3dffbdc default
r7145:6f4a253f default
Show More
test-issue322.out
12 lines | 372 B | text/plain | TextLexer
% file replaced with directory
adding a
% should fail - would corrupt dirstate
abort: file 'a' in dirstate clashes with 'a/a'
% directory replaced with file
adding a/a
% should fail - would corrupt dirstate
abort: directory 'a' already in dirstate
% directory replaced with file
adding b/c/d
% should fail - would corrupt dirstate
abort: directory 'b' already in dirstate