.arcconfig
author Simon Sapin <simon.sapin@octobus.net>
Thu, 17 Jun 2021 19:48:25 +0200
changeset 47463 5fa083a5ff04
parent 44128 ff396501e841
permissions -rw-r--r--
copies: Keep changelog sidedata file open during copy tracing Instead of having a callback that opens and closes that file many times, a add and use a context manager method on the `revlog` class that keeps files open for its duration. Differential Revision: https://phab.mercurial-scm.org/D10888

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