view rust/Cargo.toml @ 46429:e61c2dc6e1c2

rust: Exclude empty node prefixes We presumably don’t want `--rev ""` to select every single revision, even though the empty string is a prefix of all strings. Differential Revision: https://phab.mercurial-scm.org/D9862
author Simon Sapin <simon.sapin@octobus.net>
date Mon, 25 Jan 2021 12:31:40 +0100
parents cf04f62d1579
children 34e0670caf46
line wrap: on
line source

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