exactmatcher is the name in the Python implementation and corresponds to
FileMatcher in Rust.
Details
Details
- Reviewers
- None
- Group Reviewers
hg-reviewers - Commits
- rHG40fd1ef4e4c1: rust-matchers: add support for `exactmatcher` in `dirstate.status`
Diff Detail
Diff Detail
- Repository
- rHG Mercurial
- Lint
Automatic diff as part of commit; lint not applicable. - Unit
Automatic diff as part of commit; unit tests not applicable.
Event Timeline
Comment Actions
Did you mean s/explicitmatcher/exactmatcher/ in the description? Also, I thought you called it FileMatcher instead. What's the difference?
Comment Actions
Yes, I meant exactmatcher indeed.
FileMatcher is meant for the Rust side of things, I do not intend to rename it in Python because it is a minor change that would make a lot of noise for bikeshedding. Do you think that would be a good idea?