( )⚙ D12169 simplemerge: remove code for checking binary input now that callers do it

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
Branch
default
Lint
No Linters Available
Unit
No Unit Test Coverage