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

r5867:b6d8972c default
r7145:6f4a253f default
Show More
test-journal-exists
12 lines | 103 B | text/plain | TextLexer
#!/bin/sh
hg init
echo a > a
hg ci -Am0
touch .hg/store/journal
echo foo > a
hg ci -Am0
hg recover