.arcconfig
author Mathias De Mare <mathias.de_mare@nokia.com>
Thu, 20 Apr 2023 11:23:45 +0200
branchstable
changeset 50542 7b723217d368
parent 44128 ff396501e841
permissions -rw-r--r--
clonebundles: filter out invalid schemes instead of failing on them Previously, an invalid clonebundle scheme would result in a failed clone. By specifying a list of schemes we support, we can make sure adding a new scheme (like the one for inline clonebundles) does not result in clones failing for older clients.

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