.arcconfig
author Pulkit Goyal <7895pulkit@gmail.com>
Fri, 08 Jan 2021 23:08:39 +0530
changeset 46231 d3113c4cf52c
parent 44128 ff396501e841
permissions -rw-r--r--
upgrade: don't perform anything if nothing to do Before this patch, upgrade will process everything, re-clone all revlogs, write requirements file again even there is no change to be made. This patch makes it exit earlier. Differential Revision: https://phab.mercurial-scm.org/D9695

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