hgext/inotify/__init__.py
changeset 10605 3077ee5ca750
parent 10493 283f3b413f19
child 11321 40c06bbf58be
--- a/hgext/inotify/__init__.py	Sun Mar 07 13:03:03 2010 +0100
+++ b/hgext/inotify/__init__.py	Sun Mar 07 13:10:23 2010 -0500
@@ -41,7 +41,7 @@
         # to start an inotify server if it won't start.
         _inotifyon = True
 
-        def status(self, match, subrepos, ignored, clean, unknown=True):
+        def status(self, match, subrepos, ignored, clean, unknown):
             files = match.files()
             if '.' in files:
                 files = []