mercurial/dirstate.py
changeset 43456 ab9b0a20b9e6
parent 43425 ed50f2c31a4c
child 43503 313e3a279828
--- a/mercurial/dirstate.py	Tue Nov 05 18:32:00 2019 -0500
+++ b/mercurial/dirstate.py	Wed Nov 06 13:46:16 2019 +0100
@@ -1120,7 +1120,6 @@
             ) = rustmod.status(
                 dmap._rustmap,
                 self._rootdir,
-                match.files(),
                 bool(listclean),
                 self._lastnormaltime,
                 self._checkexec,