.arcconfig
author Martin von Zweigbergk <martinvonz@google.com>
Tue, 28 Jan 2020 21:49:50 -0800
changeset 44345 14d0e89520a2
parent 44128 ff396501e841
permissions -rw-r--r--
graphlog: use '%' for other context in merge conflict This lets the user more easily find the commit that is involved in the conflict, such as the source of `hg update -m` or the commit being grafted by `hg graft`. Differential Revision: https://phab.mercurial-scm.org/D8043

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