.arcconfig
author Pierre-Yves David <pierre-yves.david@octobus.net>
Sat, 21 Nov 2020 09:30:34 +0100
changeset 46125 61afe6215aef
parent 44128 ff396501e841
permissions -rw-r--r--
copies-rust: extract conflicting value comparison in its own function First, that logic is complicated enough to be in it own function. Second, we want to start adding alternative path within the merge code so we need this logic easily accessible in multiple places. Differential Revision: https://phab.mercurial-scm.org/D9424

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