.arcconfig
author Augie Fackler <augie@google.com>
Wed, 25 Nov 2020 11:08:28 -0500
changeset 45922 37bcd7f5a543
parent 44128 ff396501e841
permissions -rw-r--r--
pyoxidizer: make sure defaultrc directory exists before trying to write to it When doing some work involving one-file binaries, this line is failing for me. It seems reasonable to just make sure the destination directory exists before splatting the file into it. Differential Revision: https://phab.mercurial-scm.org/D9401

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