( )⚙ D12152 simplemerge: replace `**opts` passed to `simplemerge()` by keyword arguments

This is an archive of the discontinued Mercurial Phabricator instance.

simplemerge: replace `**opts` passed to `simplemerge()` by keyword arguments
ClosedPublic

Authored by martinvonz on Feb 8 2022, 4:26 PM.

Details

Summary

The simplemerge module is library code; it should not get an
unmodified opts dict from the simplemerge extension.

Diff Detail

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

Event Timeline

martinvonz created this revision.Feb 8 2022, 4:26 PM
martinvonz retitled this revision from simplemerge: replace `**opts` by a single `mode` argument to simplemerge: replace `**opts` passed to `simplemerge()` by keyword arguments.Feb 10 2022, 8:04 PM
martinvonz edited the summary of this revision. (Show Details)
martinvonz updated this revision to Diff 32128.
Alphare accepted this revision.Feb 14 2022, 5:30 AM
This revision is now accepted and ready to land.Feb 14 2022, 5:30 AM