.arcconfig
author Augie Fackler <raf@durin42.com>
Sat, 07 Mar 2020 16:51:21 -0500
changeset 44479 7518ea76eff4
parent 44128 ff396501e841
permissions -rw-r--r--
git: add readfast() method to manifest Mysteriously, on a different system a handful of things don't work without this, including log. This is especially odd to be because log works in the test. In any event, it's legal for readfast() to just return read(), so that's what we do. Differential Revision: https://phab.mercurial-scm.org/D8262

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