##// END OF EJS Templates
auto-upgrade: add an option to silence the dirstate-v2 message...
auto-upgrade: add an option to silence the dirstate-v2 message For well tested case, the message can get in the way, so we add a way to disable it.

File last commit:

r45179:1f5ab1a9 default
r50236:b38f5063 default
Show More
build.rs
7 lines | 155 B | application/rls-services+xml | RustLexer
fn main() {
cc::Build::new()
.warnings(true)
.file("src/sendfds.c")
.file("src/sighandlers.c")
.compile("procutil");
}