.arcconfig
author Augie Fackler <augie@google.com>
Fri, 27 Apr 2018 11:06:49 -0400
changeset 37898 2ae6a3134362
parent 33583 b2c27d84f05c
child 44128 ff396501e841
permissions -rw-r--r--
cborutil: port to Python 3 The only problem lurking in here was sorts of mismatched types. The sorts are only for output stability in our tests (sigh), so we just build a phony sort key using the __name__ of types so that we only compare like types against each other. By pure luck, my awful sort key matches the behavior we get "for free" in Python 2, so no test output changes. Differential Revision: https://phab.mercurial-scm.org/D3504

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