.arcconfig
author Yuya Nishihara <yuya@tcha.org>
Mon, 19 Mar 2018 20:23:27 +0900
changeset 37503 49a8c2cc7978
parent 33583 b2c27d84f05c
child 44128 ff396501e841
permissions -rw-r--r--
templatekw: fix return type of {succsandmarkers} (BC) A hybrid object represents a list/dict of values, but {succsandmarkers} returns a list of template mappings. This change means old-style list templates (e.g. "start_succsandmarkers") are no longer supported, but that should be okay since {succsandmarkers} is still experimental and relatively new.

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