It's been possible to call merge.graft() here for a while (I don't
remember which of my previous changes made it possible), but it would
have meant that we did a redundant graftcopies() call. With the fix
to make merge.update() record copies in the overlayworkingctx (when
using that), we can now also remove the redundant graftcopies()
call. The next patch will do that.
Details
Details
- Reviewers
marmoute - Group Reviewers
hg-reviewers
Diff Detail
Diff Detail
- Repository
- rHG Mercurial
- Branch
- default
- Lint
No Linters Available - Unit
No Unit Test Coverage
Event Timeline
Comment Actions
This patch seems related to D8596 which @martinvonz pointed as "not meant to be merged". What should we do with this diff ? is it intended for landing ? If not could get we it out of need-review and marke it RFC ?