.arcconfig
author Pierre-Yves David <pierre-yves.david@octobus.net>
Mon, 11 Mar 2024 01:20:12 +0100
changeset 51469 d54f0692820d
parent 44128 ff396501e841
permissions -rw-r--r--
repoview: prevent `None` to be passed as the filtername We let such instantiation slip in a previous commit, so we add an explicit check to prevent it to happen in the future.

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