.arcconfig
author Yuya Nishihara <yuya@tcha.org>
Sat, 19 Oct 2019 16:34:02 +0900
changeset 44204 bafdaf4858d8
parent 44128 ff396501e841
permissions -rw-r--r--
rust-cpython: inline PySharedState::try_borrow_mut() Since the core borrowing/leaking logic has been moved to PySharedRef* and PyLeaked*, it doesn't make sense that PySharedState had a function named "try_borrow_mut". Let's turn it into a pure data struct.

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