Prior to this fix, manifestdict.walk() with an exact matcher would blindly
list the files in the matcher, even if they weren't in the manifest. This was
exposed by my next patch where I rewrite filesnotin() to use walk() instead of
matches().
Details
Details
- Reviewers
- None
- Group Reviewers
hg-reviewers - Commits
- rHG48a1a974a92c: manifest: fix _very_ subtle bug with exact matchers passed to walk()
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.