.arcconfig
author Martin von Zweigbergk <martinvonz@google.com>
Mon, 24 Jan 2022 21:17:04 -0800
branchstable
changeset 48581 4f01821fa0ec
parent 44128 ff396501e841
permissions -rw-r--r--
unamend: error out when running on merge commit It's better to error out than to produce a bad commit. We do that same in `hg uncommit`. I haven't looked into how much work it is to make them work instead. Differential Revision: https://phab.mercurial-scm.org/D12087

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