.arcconfig
author Gregory Szorc <gregory.szorc@gmail.com>
Thu, 07 Mar 2019 10:20:37 -0800
changeset 41909 1e8fb6522fee
parent 33583 b2c27d84f05c
child 44128 ff396501e841
permissions -rw-r--r--
packaging: move DOWNLOADS dict to hgpackaging.downloads We'll want to keep state in sync between multiple packaging tools. It makes sense to share a central data structure defining downloads. We also change the function to return the downloads entry so callers don't have to access the global DOWNLOADS in the new location. Differential Revision: https://phab.mercurial-scm.org/D6085

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