rust/Cargo.toml
author Gregory Szorc <gregory.szorc@gmail.com>
Sat, 26 Jan 2019 14:16:34 -0800
changeset 41437 873a28d7e962
parent 40978 5532823e8c18
child 44484 79ac59d3f73d
permissions -rw-r--r--
githelp: format with %d if an integer Python 3 doesn't allow us to format an int with %s like Python 2 did. So handle that. Differential Revision: https://phab.mercurial-scm.org/D5726

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