mercurial/dirstate.py
changeset 49355 97dcd6906e6f
parent 49354 0b00998e336a
child 49358 0540c1628fd4
equal deleted inserted replaced
49354:0b00998e336a 49355:97dcd6906e6f
  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.intersectionmatcher,
  1250             matchmod.intersectionmatcher,
       
  1251             matchmod.nevermatcher,
  1251             matchmod.unionmatcher,
  1252             matchmod.unionmatcher,
  1252         )
  1253         )
  1253 
  1254 
  1254         if rustmod is None:
  1255         if rustmod is None:
  1255             use_rust = False
  1256             use_rust = False