mercurial/dirstate.py
changeset 49352 97dcd6906e6f
parent 49351 0b00998e336a
child 49355 0540c1628fd4
--- a/mercurial/dirstate.py	Wed Jun 08 18:12:55 2022 +0200
+++ b/mercurial/dirstate.py	Wed Jun 08 18:18:19 2022 +0200
@@ -1248,6 +1248,7 @@
             matchmod.exactmatcher,
             matchmod.includematcher,
             matchmod.intersectionmatcher,
+            matchmod.nevermatcher,
             matchmod.unionmatcher,
         )