.arcconfig
author Pierre-Yves David <pierre-yves.david@octobus.net>
Thu, 23 Nov 2023 22:29:02 +0100
changeset 51355 fac6038b11f5
parent 44128 ff396501e841
permissions -rw-r--r--
delta-find: move the base of the delta search in its own function That logic is complicated enough that is is worth puting in its own function. Another method will be introduced in the next changeset to deal with the actual refining.

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