This is an archive of the discontinued Mercurial Phabricator instance.

tests: remove unnecessary explicit args from `failfilemerge.py`
ClosedPublic

Authored by martinvonz on Dec 4 2021, 2:06 AM.

Details

Summary

The failfilemerge() function always raises an exception without
looking at its arguments, so let's use *args and **kwargs.

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.