.arcconfig
author Ryan McElroy <rmcelroy@fb.com>
Sat, 03 Mar 2018 15:31:37 -0800
changeset 36714 2a258985ffeb
parent 33583 b2c27d84f05c
child 44128 ff396501e841
permissions -rw-r--r--
revsetlang: add a hint for more useful parse errors This logic is largely based on the similar logic added to template error messages in D2608 and D2609, but with a few tweaks based on how revsets actually work. Differential Revision: https://phab.mercurial-scm.org/D2619

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