.arcconfig
author Martin von Zweigbergk <martinvonz@google.com>
Fri, 19 Jul 2019 09:43:50 -0700
changeset 42629 24111fb9a725
parent 33583 b2c27d84f05c
child 44128 ff396501e841
permissions -rw-r--r--
lookup: don't use "00changelog.i@None" when lookup of prefix fails We were shadowing the "node" variable, so we always passed None to the LookupError instead of the node we meant to pass. (This showed up in py3 tests since py3 doesn't like to format None using "%s".) Differential Revision: https://phab.mercurial-scm.org/D6661

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