rust/Cargo.toml
author Pierre-Yves David <pierre-yves.david@octobus.net>
Wed, 19 Jun 2019 05:46:07 +0200
branchstable
changeset 42179 febf5c8215c1
parent 40978 5532823e8c18
child 44484 79ac59d3f73d
permissions -rw-r--r--
test: factor out the "wait" logic in bookrace The test is currently not testing the race it is supposed to test. The synchronisation is still valid, but needs to run at a different point. We start with extracting the synchronisation logic for clarity.

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