.arcconfig
author Martin von Zweigbergk <martinvonz@google.com>
Fri, 08 Feb 2019 13:33:40 -0800
changeset 41665 0ed7a8ac5711
parent 33583 b2c27d84f05c
child 44128 ff396501e841
permissions -rw-r--r--
scmutil: respect ui.relative-paths in default match.badfn We should probably be passing in a uipathfn here instead, so the caller can get consistent output (between match.badfn and whatever else it prints). I think we should ideally remove the badfn from the matcher completely, but that's a different story. This patch is at least not making it worse. Differential Revision: https://phab.mercurial-scm.org/D5916

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