.arcconfig
author Martin von Zweigbergk <martinvonz@google.com>
Mon, 14 Aug 2017 16:26:36 -0700
changeset 33792 5904511fc9f8
parent 33583 b2c27d84f05c
child 44128 ff396501e841
permissions -rw-r--r--
exchange: remove need for "locked" variable The transactionmanager() constructor just assigned a few variables and cannot fail, so it's safe to move it inside the earlier try/except. Differential Revision: https://phab.mercurial-scm.org/D391

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