This is an archive of the discontinued Mercurial Phabricator instance.

merge: drop redundant mergeforce argument from hg.merge()
ClosedPublic

Authored by martinvonz on Feb 26 2020, 2:14 PM.

Details

Summary

The only caller that passed a value for either force or mergeforce
passed the same value for both, so let's simplify the interface by
accepting only force.

Diff Detail

Repository
rHG Mercurial
Branch
default
Lint
No Linters Available
Unit
No Unit Test Coverage

Event Timeline

martinvonz created this revision.Feb 26 2020, 2:14 PM
pulkit accepted this revision.Feb 27 2020, 2:42 AM
This revision is now accepted and ready to land.Feb 27 2020, 2:42 AM
pulkit accepted this revision.Feb 27 2020, 12:44 PM