rust/Cargo.toml
author Matt Harbison <matt_harbison@yahoo.com>
Tue, 08 Nov 2022 14:17:56 -0500
changeset 49734 94a797032fc4
parent 45001 cf04f62d1579
child 51119 34e0670caf46
permissions -rw-r--r--
typing: add type hints to mpatch implementations Again, using `merge-pyi` to apply the stubs in cext and then manually type the private methods. The generated stub without these hints inferred very little, and the stuff it did was wrong.

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