mercurial/dirstate.py
changeset 49349 0043c7aa3250
parent 49310 050dc8730858
child 49351 0b00998e336a
equal deleted inserted replaced
49348:b508cffd3c04 49349:0043c7aa3250
  1245 
  1245 
  1246         allowed_matchers = (
  1246         allowed_matchers = (
  1247             matchmod.alwaysmatcher,
  1247             matchmod.alwaysmatcher,
  1248             matchmod.exactmatcher,
  1248             matchmod.exactmatcher,
  1249             matchmod.includematcher,
  1249             matchmod.includematcher,
       
  1250             matchmod.unionmatcher,
  1250         )
  1251         )
  1251 
  1252 
  1252         if rustmod is None:
  1253         if rustmod is None:
  1253             use_rust = False
  1254             use_rust = False
  1254         elif self._checkcase:
  1255         elif self._checkcase: