.arcconfig
author Martin von Zweigbergk <martinvonz@google.com>
Fri, 20 Jul 2018 22:26:28 -0700
changeset 38846 f738c502e43b
parent 33583 b2c27d84f05c
child 44128 ff396501e841
permissions -rw-r--r--
index: store nullrev as -1 in nodetree Nothing important, it just seems more natural to not map nullrev to INT_MAX. We just need to change the revision encoding a little to make space for the -1. Differential Revision: https://phab.mercurial-scm.org/D4005

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