.arcconfig
author Martin von Zweigbergk <martinvonz@google.com>
Mon, 12 Oct 2020 12:44:18 -0700
changeset 45859 527ce85c2e60
parent 44128 ff396501e841
permissions -rw-r--r--
errors: introduce StateError and use it from commands and cmdutil This very similar to an earlier patch (which was for `InputError`). In this patch, I also updated the transplant extension only because `test-transplant.t` would otherwise have needed a `#if continueflag`. Differential Revision: https://phab.mercurial-scm.org/D9310

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