.arcconfig
author Pierre-Yves David <pierre-yves.david@octobus.net>
Sun, 06 Nov 2022 17:55:55 -0500
changeset 49794 40e24d82b513
parent 44128 ff396501e841
permissions -rw-r--r--
delta-find: make sure we only use newer full snapshot as candidate The current code does not needs to protect against this, as there are no older snapshot in the current cache. However as we are getting ready to reuse this cache from one revision to another, we need the code to protect itself about what's coming.

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