rust/Cargo.toml
author Matt Harbison <matt_harbison@yahoo.com>
Fri, 27 Nov 2020 15:45:37 -0500
changeset 45953 d896c958e428
parent 44981 cf04f62d1579
child 51121 34e0670caf46
permissions -rw-r--r--
dispatch: sort the loaded extension names in the bug report This makes a long list of extensions easier to read. On very rare occasion I've seen issues where the load order mattered, however that info should still be obtainable with `hg config extensions`. Differential Revision: https://phab.mercurial-scm.org/D9439

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