# HG changeset patch # User Raphaël Gomès # Date 1589270631 -7200 # Node ID 63edfea7dfdeeb4c771060b74fae39a4f350dee5 # Parent 09da5cf447728a7605bc3b2990797ad35b2bcad2 status: update comment to reflect the more recent situation This is a gratuitous cleanup. Differential Revision: https://phab.mercurial-scm.org/D8516 diff -r 09da5cf44772 -r 63edfea7dfde 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: