changeset 44836:63edfea7dfde

status: update comment to reflect the more recent situation This is a gratuitous cleanup. Differential Revision: https://phab.mercurial-scm.org/D8516
author Raphaël Gomès <rgomes@octobus.net>
date Tue, 12 May 2020 10:03:51 +0200
parents 09da5cf44772
children dc60ba32d43b
files mercurial/dirstate.py
diffstat 1 files changed, 1 insertions(+), 1 deletions(-) [+]
line wrap: on
line diff
--- 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: