##// END OF EJS Templates
dirstate: force _checkexec to return a bool...
dirstate: force _checkexec to return a bool posix.checkexec can return True, False, or None. The rust status implementation expects a boolean, so make sure _checkexec returns a boolean. Differential Revision: https://phab.mercurial-scm.org/D8432

File last commit:

r45128:af739894 default
r45310:373dd22a default
Show More
Cargo.toml
3 lines | 75 B | application/toml | TOMLLexer
[workspace]
members = ["hg-core", "hg-cpython"]
exclude = ["chg", "hgcli"]