diff -r d8ce883ff1f4 -r 6193e846cb65 mercurial/dirstate.py --- a/mercurial/dirstate.py Wed Jul 06 11:44:20 2022 +0200 +++ b/mercurial/dirstate.py Wed Jul 06 11:46:00 2022 +0200 @@ -1287,6 +1287,7 @@ allowed_matchers = ( matchmod.alwaysmatcher, + matchmod.differencematcher, matchmod.exactmatcher, matchmod.includematcher, matchmod.intersectionmatcher,