##// END OF EJS Templates
absorb: preserve branch-changing changesets even if empty...
absorb: preserve branch-changing changesets even if empty This makes the behavior consistent with 'hg commit', which allows to create otherwise empty changesets if the branch changes compared to the parent. A branch change can denote important information, so it should be preserved.

File last commit:

r45504:0b950a32 default
r45516:1b757f38 default
Show More
main.rs
7 lines | 110 B | application/rls-services+xml | RustLexer
Antoine Cezar
rhg: add Command trait for subcommands implemented by rhg...
r45515 mod commands;
mod error;
Antoine Cezar
rhg: add rhg crate...
r45503 mod exitcode;
fn main() {
std::process::exit(exitcode::UNIMPLEMENTED_COMMAND)
}