.arcconfig
author Pulkit Goyal <7895pulkit@gmail.com>
Fri, 02 Mar 2018 00:00:41 +0530
changeset 36526 7af7443877da
parent 33583 b2c27d84f05c
child 44128 ff396501e841
permissions -rw-r--r--
py3: replace str() with it's bytes equivalent in hgext/shelve.py Internally we are dealing with bytes everywhere, so anything returning a unicode results in an error or some change in behaviour. Differential Revision: https://phab.mercurial-scm.org/D2520

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