hgext/inotify/client.py
changeset 7145 6f4a253f2a64
parent 7027 ab57069232b4
child 7225 59b4ae211584
--- a/hgext/inotify/client.py	Sat Oct 18 22:44:01 2008 +0200
+++ b/hgext/inotify/client.py	Sat Oct 18 23:06:29 2008 +0200
@@ -29,7 +29,7 @@
         states = 'almrx!'
         if ignored:
             raise ValueError('this is insanity')
-        if clean: states += 'n'
+        if clean: states += 'c'
         if unknown: states += '?'
         yield states