D5999: context: use includematcher when checking dir/file conflicts

2019-02-21 Thread spectral (Kyle Lippincott)
This revision was automatically updated to reflect the committed changes. Closed by commit rHGcd7059d17cb2: context: use includematcher when checking dir/file conflicts (authored by spectral, committed by ). REPOSITORY rHG Mercurial CHANGES SINCE LAST UPDATE

D5999: context: use includematcher when checking dir/file conflicts

2019-02-21 Thread martinvonz (Martin von Zweigbergk)
martinvonz accepted this revision. martinvonz added a comment. This revision is now accepted and ready to land. I suppose `includematcher` can be optimized that way because it's always recursive? Perhaps it should have been called `recursivematcher` or something. REPOSITORY rHG Mercurial

D5999: context: use includematcher when checking dir/file conflicts

2019-02-21 Thread spectral (Kyle Lippincott)
spectral created this revision. Herald added a subscriber: mercurial-devel. Herald added a reviewer: hg-reviewers. REVISION SUMMARY This is for performance; patternmatcher can't easily interpret its results to make visitchildrenset be the "optimal" set of paths to inspect, but