.arcconfig
author Gregory Szorc <gregory.szorc@gmail.com>
Thu, 04 Apr 2019 15:18:06 -0700
changeset 42067 b01bbb8ff1f2
parent 33583 b2c27d84f05c
child 44128 ff396501e841
permissions -rw-r--r--
cext: make revlog.c PY_SSIZE_T_CLEAN Without this, Python 3.8 emits a deprecation warning, as using int for # values is deprecated. Many existing modules use PY_SSIZE_T_CLEAN, so this shouldn't be contentious. I audited the file for all # formatters and verified we are using Py_ssize_t everywhere now. Differential Revision: https://phab.mercurial-scm.org/D6196

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