.arcconfig
author Pulkit Goyal <7895pulkit@gmail.com>
Fri, 29 Dec 2017 05:31:27 +0530
changeset 35588 dadbf213a765
parent 33583 b2c27d84f05c
child 44128 ff396501e841
permissions -rw-r--r--
py3: convert dict keys' to str before passing as kwargs We have pycompat.strkwargs() which converts the keys of a dict to str and returns that. Differential Revision: https://phab.mercurial-scm.org/D1798

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