##// 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:

r45503:cf04f62d default
r45514:e4d2efb7 default
Show More
exitcode.rs
4 lines | 110 B | application/rls-services+xml | RustLexer
pub type ExitCode = i32;
/// Command not implemented by rhg
pub const UNIMPLEMENTED_COMMAND: ExitCode = 252;