.arcconfig
author Pierre-Yves David <pierre-yves.david@octobus.net>
Sun, 28 May 2023 03:46:48 +0200
changeset 50631 b59e0a4f692f
parent 44128 ff396501e841
permissions -rw-r--r--
store: cache the `files()` return for store entries This make it more efficient to directly use the entries list to retrieve data in various location. It also make the entry record the file size it previously promissed to user code, especially the stream clone code.

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