--- 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,
)