##// END OF EJS Templates
commit: make the error message more specific while aborting branch closing...
commit: make the error message more specific while aborting branch closing Differential Revision: https://phab.mercurial-scm.org/D6493

File last commit:

r40154:cd490ac9 default
r42694:abd4783d default
Show More
build.rs
9 lines | 173 B | application/rls-services+xml | RustLexer
extern crate cc;
fn main() {
cc::Build::new()
.warnings(true)
.file("src/sendfds.c")
.file("src/sighandlers.c")
.compile("procutil");
}