##// END OF EJS Templates
rhg: add RootCommand using hg-core FindRoot operation to prepare `hg root`...
rhg: add RootCommand using hg-core FindRoot operation to prepare `hg root` The println macro is not used to avoid string usage. Dealing only with bytes allows us to be compatible with any encoding and not just UTF8. Later on, format macro will be made to have more readable code. Differential Revision: https://phab.mercurial-scm.org/D8612

File last commit:

r45571:3707f6e7 default
r45592:513b3ef2 default
Show More
main.rs
8 lines | 118 B | application/rls-services+xml | RustLexer
mod commands;
mod error;
mod exitcode;
mod ui;
fn main() {
std::process::exit(exitcode::UNIMPLEMENTED_COMMAND)
}