.arcconfig
author Arseniy Alekseyev <aalekseyev@janestreet.com>
Thu, 05 May 2022 15:38:29 +0100
changeset 49174 3f86ee422095
parent 44128 ff396501e841
permissions -rw-r--r--
censor: make rhg fall back to python when encountering a censored node This is to make it support censor.policy=ignore without having to duplicate that logic. Also, change the censor test in such a way that it uses rhg now, because extensions are disabled except when we call [hg censor]. Differential Revision: https://phab.mercurial-scm.org/D12607

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