.arcconfig
author Boris Feld <boris.feld@octobus.net>
Thu, 20 Dec 2018 10:16:24 +0100
changeset 41112 3e1960e23e6b
parent 33583 b2c27d84f05c
child 44128 ff396501e841
permissions -rw-r--r--
delta: reuse _findsnapshot call from previous stage Two different stage of the sparse-revlog logic needs the _findsnapshot data. To avoid recomputing it twice, make it possible to reuse the first computation in the second step. example affected manifest write before: 0.067141s after: 0.064252s (-5%) (total gain since start of series: 95%)

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