.arcconfig
author Yuya Nishihara <yuya@tcha.org>
Sun, 12 Aug 2018 12:11:36 +0900
changeset 39143 ebf54a34b7b7
parent 33583 b2c27d84f05c
child 44128 ff396501e841
permissions -rw-r--r--
mail: pass in addr to _addressencode() in bytes _addressencode() doesn't process a unicode addr well. For example, acc.encode('ascii') would raise UnicodeEncodeError if acc was a unicode. This patch temporarily restores the pre-952bf3c948f0 _addressencode(). Several tests would be broken on Python 3.

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