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

File last commit:

r45570:afecc7f7 default
r45591:dd305022 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;