[issue907] [inotify] 'hg stat -c' prints nothing except for touched files

Jesse Glick mercurial-bugs at selenic.com
Wed Jan 2 12:09:11 CST 2008


New submission from Jesse Glick <jesse.glick at sun.com>:

Normally 'hg stat -c' will list

C .hgignore
C .hgsigs
C .hgtags
C CONTRIBUTORS
C COPYING
C Makefile
C README
[etc...]

as documented.

If you turn on inotify, nothing is printed, except if you touch a file it is
listed until (I guess) the dirstate is updated:

$ touch Makefile 
$ hg stat -c
C Makefile
$ hg stat -c
$

'hg stat -A' correctly lists clean files when using inotify.

Observed in both Hg 0.9.5 and current Hg main sources, using current inotify
extension.

----------
messages: 4796
nosy: jglick
priority: bug
status: unread
title: [inotify] 'hg stat -c' prints nothing except for touched files

____________________________________________________
Mercurial issue tracker <mercurial-bugs at selenic.com>
<http://www.selenic.com/mercurial/bts/issue907>
____________________________________________________



More information about the Mercurial-devel mailing list