diff mercurial/dirstate.py @ 43456:ab9b0a20b9e6

rust-status: remove dead code The `walk_explicit` function is only called when using a prefix matcher, which the Rust code does not yet support. This function will return in a future patch, probably with a different signature for performance reasons. With it, the `files` argument and its interface code can be removed for now. Differential Revision: https://phab.mercurial-scm.org/D7253
author Raphaël Gomès <rgomes@octobus.net>
date Wed, 06 Nov 2019 13:46:16 +0100
parents ed50f2c31a4c
children 313e3a279828
line wrap: on
line diff
--- 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,