.arcconfig
author Gregory Szorc <gregory.szorc@gmail.com>
Sun, 21 Apr 2019 09:29:55 -0700
changeset 42186 fd384911f51b
parent 33583 b2c27d84f05c
child 44128 ff396501e841
permissions -rw-r--r--
match: use raw strings to avoid illegal baskslash escape Python 3.8 was complaining about the invalid escape sequences. Let's use raw strings to avoid the warning and double baskslashes. Differential Revision: https://phab.mercurial-scm.org/D6293

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