diff mercurial/dirstate.py @ 49350:0b00998e336a

rust-dirstate: add `intersectionmatcher` to the allowed matchers `IntersectionMatcher` is now implemented in Rust.
author Raphaël Gomès <rgomes@octobus.net>
date Wed, 08 Jun 2022 18:12:55 +0200
parents 0043c7aa3250
children 97dcd6906e6f
line wrap: on
line diff
--- a/mercurial/dirstate.py	Wed Jun 08 18:09:24 2022 +0200
+++ b/mercurial/dirstate.py	Wed Jun 08 18:12:55 2022 +0200
@@ -1247,6 +1247,7 @@
             matchmod.alwaysmatcher,
             matchmod.exactmatcher,
             matchmod.includematcher,
+            matchmod.intersectionmatcher,
             matchmod.unionmatcher,
         )