.arcconfig
author Arseniy Alekseyev <aalekseyev@janestreet.com>
Thu, 12 Jan 2023 16:15:51 +0000
changeset 49912 bc83ebe07bf0
parent 44128 ff396501e841
permissions -rw-r--r--
pathauditor: make _checkfs_exists a static method This fixes the bug detected by pytype where the auditor used in vfs.py may be a no-op auditor (vfs.py, line 398), which doesn't have the _checkfs_exists method.

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