##// END OF EJS Templates
fuzz: tell manifest fuzzer about longer node hashes...
fuzz: tell manifest fuzzer about longer node hashes Differential Revision: https://phab.mercurial-scm.org/D8374

File last commit:

r45503:cf04f62d default
r45519:0ff59434 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;