##// END OF EJS Templates
tests: add hghave rule 'setprocname' to check if osutil.setprocname and use it...
tests: add hghave rule 'setprocname' to check if osutil.setprocname and use it setprocname is not present when we build a pure version. This leads to output changes in test-chg.t This should make test suite green on Python 2 pure build with chg. Differential Revision: https://phab.mercurial-scm.org/D8638

File last commit:

r45504:0b950a32 default
r45514:e4d2efb7 default
Show More
main.rs
7 lines | 110 B | application/rls-services+xml | RustLexer
Antoine Cezar
rhg: add Command trait for subcommands implemented by rhg...
r45504 mod commands;
mod error;
Antoine Cezar
rhg: add rhg crate...
r45503 mod exitcode;
fn main() {
std::process::exit(exitcode::UNIMPLEMENTED_COMMAND)
}