.arcconfig
author Yuya Nishihara <yuya@tcha.org>
Sun, 01 Jul 2018 23:36:53 +0900
branchstable
changeset 38615 443029011990
parent 33583 b2c27d84f05c
child 44128 ff396501e841
permissions -rw-r--r--
encoding: alias cp65001 to utf-8 on Windows As far as I can tell, cp65001 is the Windows name for UTF-8. I don't know how different it is from the UTF-8, but Python 3 appears to have introduced new codec for cp65001, so the alias is enabled only for Python 2. https://bugs.python.org/issue13216 This patch is untested, but hopefully fixes the following issue. https://bitbucket.org/tortoisehg/thg/issues/5127/

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