##// END OF EJS Templates
rhg: set group-writable checkisexec file permissions in Python...
rhg: set group-writable checkisexec file permissions in Python This actually achieves what the parent commit tried to do, but on the Python side. Unfortunately, `mkstemp` doesn't seem to let us specify the initial file permissions so we have to apply umask by hand when chmodding.

File last commit:

r53299:6673cec8 default
r53423:dd052842 default
Show More
Cargo.toml
4 lines | 108 B | application/toml | TOMLLexer
[workspace]
members = ["hg-core", "hg-cpython", "hg-pyo3", "rhg"]
exclude = ["chg", "hgcli"]
resolver = "2"