.arcconfig
author Matt Harbison <matt_harbison@yahoo.com>
Mon, 08 Mar 2021 16:55:39 -0500
branchstable
changeset 46572 d5d9177c0045
parent 44128 ff396501e841
permissions -rw-r--r--
localrepo: fix conversion of exceptions to strings flagged by pytype This is the same as e571fec5b606. I assume the 3 similar uses of `bytestr` in `__getitem__()` are OK (even though pytype also flags them), because there is apparently test coverage for 2 of the 3 cases. Differential Revision: https://phab.mercurial-scm.org/D10131

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