.arcconfig
author Martin von Zweigbergk <martinvonz@google.com>
Wed, 26 Jun 2019 05:20:02 -0700
changeset 42527 898b36f74f75
parent 33583 b2c27d84f05c
child 44128 ff396501e841
permissions -rw-r--r--
copies: document how 'copies' dict instances are reused We avoid copying these instances as much as we can, so it's not obvious what's safe to do with them. This patch tries to explain what is safe and what is not. Differential Revision: https://phab.mercurial-scm.org/D6578

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