##// END OF EJS Templates
dirstate-v2: check that root nodes are at the root before writing...
dirstate-v2: check that root nodes are at the root before writing More explanations in the previous changeset.

File last commit:

r45179:1f5ab1a9 default
r52510:f808fa11 stable
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");
}