.arcconfig
author Raphaël Gomès <rgomes@octobus.net>
Mon, 11 Jul 2022 11:59:13 +0200
changeset 49486 e8481625c582
parent 44128 ff396501e841
permissions -rw-r--r--
rust: add Debug constraint to Matcher trait This makes sure we can easily debug which Matcher we're looking at when using trait objects, and is just generally useful. Effort to make the debugging output nicer has been kept to a minimum, please feel free to improve.

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