Mercurial > hg-stable
diff mercurial/dirstate.py @ 44895: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 | 373dd22ae60e |
children | 4ba2a6ffcf24 |
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: