rust/Cargo.toml
author Raphaël Gomès <rgomes@octobus.net>
Wed, 23 Mar 2022 15:19:43 +0100
changeset 49098 55c158a33fa5
parent 44981 cf04f62d1579
child 51121 34e0670caf46
permissions -rw-r--r--
dirstatemap: move `set_tracked` out of common methods and plug in Rust We now have a Rust-specific implementation of this method, it is no longer shared between both implementations. Differential Revision: https://phab.mercurial-scm.org/D12496

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