.arcconfig
author Martin von Zweigbergk <martinvonz@google.com>
Fri, 10 Jan 2020 21:41:28 -0800
changeset 44051 436d106de670
parent 33583 b2c27d84f05c
child 44128 ff396501e841
permissions -rw-r--r--
overlayworkginctx: implement a setparents() to mirror dirstate.setparents() This lets us make the in-memory and on-disk code a bit more similar. I'll soon also implement setparents() on the regular workingctx. Differential Revision: https://phab.mercurial-scm.org/D7822

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