merge.graft() can set both parents equal in the dirstate when
keepparent=True. We don't seem to set that in core, but the evolve
extension does use it. So I couldn't figure out a way to add a test
for this patch in core.
Details
Details
- Reviewers
pulkit - Group Reviewers
hg-reviewers - Commits
- rHG32d11a23c9cf: graft: never set both parents equal in the dirstate (issue6098)
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.