rust/Cargo.toml
author Pierre-Yves David <pierre-yves.david@octobus.net>
Tue, 31 Aug 2021 09:23:50 +0200
changeset 47975 154e4dcac68c
parent 45001 cf04f62d1579
child 51119 34e0670caf46
permissions -rw-r--r--
dirstate-item: introduce low level C function Since a lot of logic is about to change, we need to isolate it into bits that are easy reusable in the rest of the C code. Especially we need to split the part that do the pure logic from the part that do the Python wrapping. Differential Revision: https://phab.mercurial-scm.org/D11386

[workspace]
members = ["hg-core", "hg-cpython", "rhg"]
exclude = ["chg", "hgcli"]