.arcconfig
author Augie Fackler <augie@google.com>
Wed, 11 Jul 2018 11:34:41 -0400
changeset 38655 cd1c484e31e8
parent 33583 b2c27d84f05c
child 44128 ff396501e841
permissions -rw-r--r--
revlog: adjust doctest examples to be portable to Python 3 The range() builtin returns a special object rather than a list, but we really wanted a list in these examples. Differential Revision: https://phab.mercurial-scm.org/D3922

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