.arcconfig
author Augie Fackler <augie@google.com>
Fri, 21 Jul 2017 10:39:52 -0400
branchstable
changeset 33587 e0bbe32d8b55
parent 33583 b2c27d84f05c
child 44128 ff396501e841
permissions -rw-r--r--
setup: explicitly declare supported Python versions I think we should probably backport this to 4.2 as well, and do one more release there that explicitly declares 2.6 support. That way anyone stuck on Python 2.6 will end up getting the right hg if they use a modern pip to install. Users can still use `python setup.py` incantations to attempt installing Mercurial on unsupported Pythons, including 3.5 and 3.6. A followup change will switch to only doing our own Python-version-check logic if we're not being installed by a reasonable pip.

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