##// END OF EJS Templates
rhg: add Command trait for subcommands implemented by rhg...
rhg: add Command trait for subcommands implemented by rhg Normalizes the interface of the cli's commands Differential Revision: https://phab.mercurial-scm.org/D8611 Differential Revision: https://phab.mercurial-scm.org/D8648

File last commit:

r45503:cf04f62d default
r45515:bacf6c7e 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;