This fixes problems noticeable when rebasing several commits into one
destination commit using `--collapse`. The manifest cache needs to be cleared
each time.
Details
Details
- Reviewers
durin42 dlax - Group Reviewers
hg-reviewers - Commits
- rHG777cb4497d8d: overlayworkingctx: invalidate the manifest cache when changing parents
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.
Wouldn't util.clearcachedproperty(self, '_manifest') work?