.arcconfig
author Pierre-Yves David <pierre-yves.david@octobus.net>
Wed, 25 Oct 2023 02:13:18 +0200
changeset 51095 a82704902db8
parent 44128 ff396501e841
permissions -rw-r--r--
revlog: move the compression/decompression logic on the inner object This is a necessary step before being able to move more logic around restoring a revision content there. For now, we do a simple patch for the perf extension logic, when the implementation of the inner object changes, we will likely need some evolution of the API. However this is true of many things in the perf extension. So we will see this later.

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