Due to the way that things like manifestlog.get caches its values, without
making a copy (if necessary) after calling readsubtree(), we might end up
adjusting the state of the same object on different contexts, breaking things
like dirty state tracking (and probably other things).
Details
Details
- Reviewers
- None
- Group Reviewers
hg-reviewers - Commits
- rHGa0c18b271ea1: treemanifests: store whether a lazydirs entry needs copied after materializing
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.