.arcconfig
author Pulkit Goyal <7895pulkit@gmail.com>
Thu, 31 Dec 2020 14:28:00 +0530
changeset 46229 52abb1af2995
parent 44128 ff396501e841
permissions -rw-r--r--
engine: prevent a function call for each store file Python function calls are not cheap. Instead of calling the function once for each file in store, we use a dedicated function which filters and yields the required files. Differential Revision: https://phab.mercurial-scm.org/D9673

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