mercurial/dirstate.py
changeset 4952 8c294ee7047e
parent 4951 6a7659a0c07c
child 4955 8b6efc8fc23c
--- a/mercurial/dirstate.py
+++ b/mercurial/dirstate.py
@@ -448,8 +448,7 @@ class dirstate(object):
             if not seen(k) and imatch(k):
                 yield 'm', k, None
 
-    def status(self, files=None, match=util.always, list_ignored=False,
-               list_clean=False):
+    def status(self, files, match, list_ignored, list_clean):
         lookup, modified, added, unknown, ignored = [], [], [], [], []
         removed, deleted, clean = [], [], []