diff mercurial/dirstate.py @ 49348:0043c7aa3250

rust-dirstate: add `unionmatcher` to the allowed matchers `UnionMatcher` is now implemented in Rust.
author Raphaël Gomès <rgomes@octobus.net>
date Wed, 08 Jun 2022 15:39:14 +0200
parents 050dc8730858
children 0b00998e336a
line wrap: on
line diff
--- a/mercurial/dirstate.py	Wed Jun 08 11:55:40 2022 +0200
+++ b/mercurial/dirstate.py	Wed Jun 08 15:39:14 2022 +0200
@@ -1247,6 +1247,7 @@
             matchmod.alwaysmatcher,
             matchmod.exactmatcher,
             matchmod.includematcher,
+            matchmod.unionmatcher,
         )
 
         if rustmod is None: