.arcconfig
author Gregory Szorc <gregory.szorc@gmail.com>
Sun, 11 Feb 2018 18:58:45 -0800
changeset 36158 54dfb65e2f82
parent 33583 b2c27d84f05c
child 44128 ff396501e841
permissions -rw-r--r--
mail: import email.utils not email.Utils email.Utils was renamed to email.utils in Python 2.5. But it appears at some point before Python 2.7 (possibly 2.5) email.Utils was aliased to the new home. So email.utils should be safe for all versions of Python we support. Differential Revision: https://phab.mercurial-scm.org/D2168

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