.arcconfig
author Yuya Nishihara <yuya@tcha.org>
Tue, 19 Dec 2017 21:41:39 +0900
changeset 35458 5bec509dc1ff
parent 33583 b2c27d84f05c
child 44128 ff396501e841
permissions -rw-r--r--
log: make "slowpath" condition slightly more readable Before 8e0e334bad42 and 6c76c42a5893, the condition was "anypats() or (files() and --removed)". This can be read as "<match is actually slow> or <walk files including removed revs>". So "not always()" (i.e. walk file revs) seems more appropriate here. The logic should be unchanged: not anypats() => always() or isexact() or prefix() isexact() => not always() prefix() => not always()

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