view rust/Cargo.toml @ 44711:637eb7f7559b

revset: remove explicit sort() from unstable() The instability should be dealt with by baseset.__init__(), and the returned smartset is ordered by 'subset &' anyway.
author Yuya Nishihara <yuya@tcha.org>
date Wed, 15 Apr 2020 19:24:21 +0900
parents af739894a4c1
children cf04f62d1579
line wrap: on
line source

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