rust/Cargo.toml
author Yuya Nishihara <yuya@tcha.org>
Fri, 18 Dec 2020 20:09:11 +0900
changeset 46175 a04c03b0678e
parent 44981 cf04f62d1579
child 51121 34e0670caf46
permissions -rw-r--r--
procutil: assign pseudo file object if sys.stdout/stderr is missing This basically simulates the Python 2 behavior. If libc stdio were used, these file objects would be available and raise EBADF. There is subtle difference between py2 and py3, but I think py3 behavior (i.e. exit 255) is more correct. "if" conditions are adjust so that they look similar to dispatch.initstdio().

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