.arcconfig
author Martin von Zweigbergk <martinvonz@google.com>
Thu, 10 Feb 2022 13:36:09 -0800
changeset 48752 109fec7bf7de
parent 44128 ff396501e841
permissions -rw-r--r--
simplemerge: let extension check for binary inputs (unless `--text`) The `simplemerge` module does too much UI-related things. This patch puts a specialized copy of `simplemerge._verifytext()` in the simplemerge extension. Differential Revision: https://phab.mercurial-scm.org/D12146

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