mercurial/dirstate.py
changeset 49479 6193e846cb65
parent 49467 0705afae6253
child 49821 8f200511cdc7
child 50089 5fb2546d0df1
equal deleted inserted replaced
49478:d8ce883ff1f4 49479:6193e846cb65
  1285 
  1285 
  1286         use_rust = True
  1286         use_rust = True
  1287 
  1287 
  1288         allowed_matchers = (
  1288         allowed_matchers = (
  1289             matchmod.alwaysmatcher,
  1289             matchmod.alwaysmatcher,
       
  1290             matchmod.differencematcher,
  1290             matchmod.exactmatcher,
  1291             matchmod.exactmatcher,
  1291             matchmod.includematcher,
  1292             matchmod.includematcher,
  1292             matchmod.intersectionmatcher,
  1293             matchmod.intersectionmatcher,
  1293             matchmod.nevermatcher,
  1294             matchmod.nevermatcher,
  1294             matchmod.unionmatcher,
  1295             matchmod.unionmatcher,