.arcconfig
author Pierre-Yves David <pierre-yves.david@octobus.net>
Thu, 28 Feb 2019 00:56:27 +0100
changeset 41886 e514799e4e07
parent 33583 b2c27d84f05c
child 44128 ff396501e841
permissions -rw-r--r--
discovery: use a lower level but faster way to retrieve parents We already know that no revision in the undecided set are filtered, so we can skip multiple checks and directly access lower level data. In a private pathological case, this improves the timing from about 70 seconds to about 50 seconds. There are other actions to be taken to improve that case, however this gives an idea of the general overhead.

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