##// 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
error.rs
4 lines | 97 B | application/rls-services+xml | RustLexer
/// The error type for the Command trait
#[derive(Debug, PartialEq)]
pub struct CommandError {}