.arcconfig
author Yuya Nishihara <yuya@tcha.org>
Sat, 21 Jul 2018 16:49:01 +0900
changeset 38872 ca4de8ba5b5f
parent 33583 b2c27d84f05c
child 44128 ff396501e841
permissions -rw-r--r--
fileset: optimize 'x and not y' to 'x - y' 'x - y' is first rewritten to 'x and not y' so that x and y are reordered by weight.

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