This is an archive of the discontinued Mercurial Phabricator instance.

merge: drop commitinfo argument to applyupdates (API)
ClosedPublic

Authored by pulkit on Aug 6 2020, 7:17 AM.

Details

Summary

We now pass the mergeresult object and hence there is no need to have a separate
commitinfo argument as the required info is present in mergeresult object.

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

pulkit created this revision.Aug 6 2020, 7:17 AM
indygreg accepted this revision.Aug 8 2020, 12:37 PM
This revision is now accepted and ready to land.Aug 8 2020, 12:37 PM
This revision was automatically updated to reflect the committed changes.