mercurial/dirstate.py
changeset 49479 6193e846cb65
parent 49467 0705afae6253
child 49821 8f200511cdc7
child 50089 5fb2546d0df1
--- 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,