.arcconfig
author Augie Fackler <augie@google.com>
Sat, 19 May 2018 15:47:32 -0400
changeset 38127 e504fa630860
parent 33583 b2c27d84f05c
child 44128 ff396501e841
permissions -rw-r--r--
tests: use [(] instead of \( to avoid warning on py3 From a recent test run of mine: run-tests.py:1633: DeprecationWarning: invalid escape sequence '\(' This lets us encode the expectation without the badness. Differential Revision: https://phab.mercurial-scm.org/D3621

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