.arcconfig
author Pierre-Yves David <pierre-yves.david@octobus.net>
Mon, 03 May 2021 12:20:35 +0200
changeset 47152 bc138f2a2e47
parent 44128 ff396501e841
permissions -rw-r--r--
verify: pass a revlog to `_checkrevlog` in `_verifymanifest` Since `manifestrevlog` is not a `revlog`, we are passing strange thing to `_checkrevlog`. We fix this to avoid breakage during future change. Differential Revision: https://phab.mercurial-scm.org/D10564

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