.arcconfig
author Gregory Szorc <gregory.szorc@gmail.com>
Wed, 01 Aug 2018 12:57:15 -0700
changeset 38782 7eba8f83129b
parent 33583 b2c27d84f05c
child 44128 ff396501e841
permissions -rw-r--r--
pycompat: add xrange alias for Python 2 We assign xrange on Python 3 but not Python 2. Adding the missing symbol on Python 2 allows us to use `pycompat.xrange` to get a generator range function. Differential Revision: https://phab.mercurial-scm.org/D4031

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