mercurial/dirstate.py
changeset 43281 6230c70a1863
parent 43280 5d4046594d6f
child 43425 ed50f2c31a4c
child 43864 37cbf45bb858
--- a/mercurial/dirstate.py	Wed Oct 16 10:14:26 2019 +0200
+++ b/mercurial/dirstate.py	Thu Oct 17 14:20:11 2019 +0200
@@ -27,7 +27,6 @@
     policy,
     pycompat,
     scmutil,
-    sparse,
     txnutil,
     util,
 )
@@ -1115,11 +1114,6 @@
         elif not match.always():
             # Matchers have yet to be implemented
             use_rust = False
-        # We don't yet have a mechanism for extensions
-        elif sparse.enabled:
-            use_rust = False
-        elif not getattr(self, "_fsmonitordisable", True):
-            use_rust = False
 
         if use_rust:
             (