.arcconfig
author Augie Fackler <augie@google.com>
Wed, 26 Jul 2017 13:21:34 -0400
branchstable
changeset 33591 ee11d18fcd3c
parent 33583 b2c27d84f05c
child 44128 ff396501e841
permissions -rw-r--r--
setup: fix mistake that prevented Python 3 from being excluded My intent was to only allow Python 3 if the right environment variable is set (for when people want to use `pip install .` on hg locally). This fixes the bug in my previous change. I verified that `python3.6 run-tests.py` still passes the tests that passed before, and that all tests pass on 2.7 (including our virtualenv-using installation test). Differential Revision: https://phab.mercurial-scm.org/D185

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