rust/Cargo.toml
author Pierre-Yves David <pierre-yves.david@octobus.net>
Wed, 14 Apr 2021 01:26:44 +0200
changeset 46931 d4e4ccb75f99
parent 44981 cf04f62d1579
child 51121 34e0670caf46
permissions -rw-r--r--
outgoing: accept multiple destinations This align the behavior of `hg outgoing` with the one of `hg incoming`. In addition this prepare the introduction of having simple `path` resolve to multiple destination in practice (eg: `default`) Differential Revision: https://phab.mercurial-scm.org/D10391

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