rust/Cargo.toml
author Simon Sapin <simon.sapin@octobus.net>
Mon, 13 Sep 2021 17:23:42 +0200
changeset 47962 8c29af0f6d6e
parent 44981 cf04f62d1579
child 51121 34e0670caf46
permissions -rw-r--r--
rhg: Align with Python on some revset parsing corner cases In particular: * A string of ASCII digits can be either an integer on a hex prefix * The NULL node ID should convert to the NULL revision number Differential Revision: https://phab.mercurial-scm.org/D11409

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