mercurial/dirstate.py
changeset 49354 0b00998e336a
parent 49352 0043c7aa3250
child 49355 97dcd6906e6f
--- 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,
         )