.arcconfig
author Martin von Zweigbergk <martinvonz@google.com>
Mon, 09 Dec 2019 09:50:39 -0800
changeset 43820 072b745936f1
parent 33583 b2c27d84f05c
child 44128 ff396501e841
permissions -rw-r--r--
status: remove pointless filtering by alwaysmatcher in morestatus The code has been like this since it was imported from FB's hg-experimental repo. It has been like that even since it was added in that repo. So I don't know why it looks that way. Perhaps the idea was to one day filter the unresolved paths by any patterns provided by the user. We can add a matcher back if we ever decide to do that. Differential Revision: https://phab.mercurial-scm.org/D7591

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