.arcconfig
author Yuya Nishihara <yuya@tcha.org>
Sun, 22 Oct 2017 18:57:42 +0900
changeset 35305 2cb05e6043be
parent 33583 b2c27d84f05c
child 44128 ff396501e841
permissions -rw-r--r--
dagop: add smartset interface to filectxancestors() The original filectx API is kept public since we'll need it to walk ancestor (rev, match) pairs efficiently. The current implementation scans ancestors twice for 'hg log -fp FILE'.

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