Since we're now setting the dirstate parents to its correct values
from the beginning (right after merge.update()), we usually don't
need to set them again before committing. The only case we need to
care about is when committing collapsed commits. So we can remove the
setparents() calls just before committing and add one only for the
collapse case.
Details
Details
- Reviewers
durin42 - Group Reviewers
hg-reviewers - Commits
- rHG8082a77cc3a2: rebase: remove some redundant setting of dirstate 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.
Event Timeline
Comment Actions
I'll rebase this on top of the series with D7859, which should make the test impact go away.