.arcconfig
author Martin von Zweigbergk <martinvonz@google.com>
Thu, 10 Feb 2022 15:48:01 -0800
changeset 48754 d9602f0df4f3
parent 44128 ff396501e841
permissions -rw-r--r--
simplemerge: remove code for checking binary input now that callers do it 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. Differential Revision: https://phab.mercurial-scm.org/D12169

{
    "conduit_uri": "https://phab.mercurial-scm.org/api",
    "phabricator.uri": "https://phab.mercurial-scm.org/",
    "repository.callsign": "HG",
    "arc.land.onto.default": "@",
    "base": "hg:.^"
}