status: update comment to reflect the more recent situation
authorRaphaël Gomès <rgomes@octobus.net>
Tue, 12 May 2020 10:03:51 +0200
changeset 44836 63edfea7dfde
parent 44835 09da5cf44772
child 44837 dc60ba32d43b
status: update comment to reflect the more recent situation This is a gratuitous cleanup. Differential Revision: https://phab.mercurial-scm.org/D8516
mercurial/dirstate.py
--- a/mercurial/dirstate.py	Fri May 01 01:32:08 2020 +0200
+++ b/mercurial/dirstate.py	Tue May 12 10:03:51 2020 +0200
@@ -1196,7 +1196,7 @@
         elif match.traversedir is not None:
             use_rust = False
         elif not isinstance(match, allowed_matchers):
-            # Matchers have yet to be implemented
+            # Some matchers have yet to be implemented
             use_rust = False
 
         if use_rust: