rust/Cargo.toml
author Gregory Szorc <gregory.szorc@gmail.com>
Tue, 22 Jan 2019 17:08:53 -0800
changeset 41342 4ad002b2584d
parent 40978 5532823e8c18
child 44484 79ac59d3f73d
permissions -rw-r--r--
config: reject str sections and keys on Python 3 Otherwise we could end up with a dict having both the str and bytes versions of a particular config item. This may cause some tests to regress. I haven't checked. But it is better behavior to fail fast. We could just as easily change this to normalize the values. But I like catching all non-compliant call sites first. Differential Revision: https://phab.mercurial-scm.org/D5649

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