hg locate is odd in that it includes files that have been removed
from the working copy. It relies on workingctx.matches() for that. I
want to make workingctx.matches() not include removed files, so this
patch makes hg locate handle the working copy differently instead.
Details
Details
- Reviewers
- None
- Group Reviewers
hg-reviewers - Commits
- rHGfa4a286410a5: locate: explicitly use dirstate.matches() for working copy
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.