( )⚙ D9073 rebase: when collapsing, p1 == dest, so use the former only

This is an archive of the discontinued Mercurial Phabricator instance.

rebase: when collapsing, p1 == dest, so use the former only
ClosedPublic

Authored by martinvonz on Sep 23 2020, 12:37 PM.

Details

Summary

dest is the destination we're rebasing onto, which is always the
same as p1 when using --collapse. This lets us simplify a bit.

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

martinvonz created this revision.Sep 23 2020, 12:37 PM
pulkit accepted this revision.Sep 24 2020, 2:50 AM
This revision is now accepted and ready to land.Sep 24 2020, 2:50 AM