.arcconfig
author Yuya Nishihara <yuya@tcha.org>
Tue, 02 Jan 2018 17:37:01 +0900
changeset 35645 b6b7855c79aa
parent 33583 b2c27d84f05c
child 44128 ff396501e841
permissions -rw-r--r--
log: use revsetlang.formatspec() thoroughly This patch replaces %(val)s and %(val)r with %r (expression) and %s (string) respectively. _matchfiles() is the exception as it takes a list of string parameters. "--prune REV" could take a revset expression if it were "ancestors(%(val)s)", but this patch doesn't change the existing behavior.

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