.arcconfig
author Augie Fackler <augie@google.com>
Wed, 29 May 2019 09:55:35 -0400
changeset 42388 04eb3c5607af
parent 33583 b2c27d84f05c
child 44128 ff396501e841
permissions -rw-r--r--
contrib: fix import-checker to operate on str instead of bytes I believe this is fallout from other Python 3 cleanups, and our code linting tools are now leaning towards operating on str and not bytes. I don't feel strongly, so I've just restored this tool to working on Python 3. Differential Revision: https://phab.mercurial-scm.org/D6453

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