##// 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:

r45515:bacf6c7e default
r45515:bacf6c7e default
Show More
error.rs
3 lines | 96 B | application/rls-services+xml | RustLexer
/// The error type for the Command trait
#[derive(Debug, PartialEq)]
pub struct CommandError {}