.arcconfig
author Georges Racinet <georges.racinet@octobus.net>
Thu, 16 May 2019 21:22:29 +0200
changeset 42378 48df8a06c8bb
parent 33583 b2c27d84f05c
child 44128 ff396501e841
permissions -rw-r--r--
rust-python3: compatibility fix for incoming PyLong On Python3, PyInt is PyLong and it doesn't have the `value()` method. Re upcasting to PythonObj as done here works, but we might prefer taking a PythonObj from the onset (would require more testing) Differential Revision: https://phab.mercurial-scm.org/D6397

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