.arcconfig
author Gregory Szorc <gregory.szorc@gmail.com>
Wed, 30 Jan 2019 13:36:51 -0800
changeset 41475 30b762a330c8
parent 33583 b2c27d84f05c
child 44128 ff396501e841
permissions -rw-r--r--
remotefilelog: cast division result to an int Otherwise mid is a float and this confuses __slice__ on Python 3. Differential Revision: https://phab.mercurial-scm.org/D5760

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