.arcconfig
author Sean Farley <sean@farley.io>
Tue, 22 May 2018 16:16:11 +0200
changeset 39713 a5dafefc4a53
parent 33583 b2c27d84f05c
child 44128 ff396501e841
permissions -rw-r--r--
memctx: simplify _manifest with new revlog nodeids This was originally written before we had modifiednodeid and addednodeid, so we had to get the parents of the context, the data from the function, and then hash that. This is much more simple now and helps refactor more code later.

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