rust/Cargo.toml
author Yuya Nishihara <yuya@tcha.org>
Fri, 12 Oct 2018 19:25:08 +0200
changeset 40254 dd83aafdb64a
parent 39968 aab43d5861bb
child 40271 dbc28c91f7ff
permissions -rw-r--r--
py3: get around unicode docstrings in test-encoding-textwrap.t and test-help.t On Python 3, docstrings are converted back to utf-8 bytes, which practically disables the "if type(message) is pycompat.unicode" hack in gettext(). Let's add one more workaround for the Py3 path.

[workspace]
members = ["hgcli"]
exclude = ["chg"]