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
Lint Skipped - Unit
Unit Tests Skipped
Wouldn't util.clearcachedproperty(self, '_manifest') work?