.arcconfig
author Rodrigo Damazio Bovendorp <rdamazio@google.com>
Thu, 09 Jul 2020 20:45:35 -0700
changeset 45074 54009f8c3e25
parent 44128 ff396501e841
permissions -rw-r--r--
fix: obtain base paths before starting workers This moves calculation of base paths to before work is dispatched. While this does mean that copy tracing will be serialized instead of parallel, it is necessary to be able to prefetch the base contents in a batch, which will likely be more efficient. Differential Revision: https://phab.mercurial-scm.org/D8722

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