##// END OF EJS Templates
merge with stable
merge with stable

File last commit:

r45503:cf04f62d default
r45569:df3660cc merge 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;