This is an archive of the discontinued Mercurial Phabricator instance.

simplemerge: remove code for checking binary input now that callers do it
ClosedPublic

Authored by martinvonz on Feb 10 2022, 9:55 PM.

Details

Summary

The callers now do the checking for binary inputs and handle warnings
and/or errors, so we can remove that code from the low-level
simplemerge module now. After this patch we just raise an error
unless the caller told us to allow binary inputs.

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.