.arcconfig
author Martin von Zweigbergk <martinvonz@google.com>
Thu, 12 Dec 2019 16:24:43 -0800
changeset 44570 368f85c5dfc0
parent 44128 ff396501e841
permissions -rw-r--r--
fix: refactor getrevstofix() to define revisions first, then validate them This refactoring makes it easier to add a new way of specifying revisions (I'm about to add a `--source`, which adds the specified revisions and their descendants). Differential Revision: https://phab.mercurial-scm.org/D8285

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