##// END OF EJS Templates
dirstate: check dirstate race condition around commit...
dirstate: check dirstate race condition around commit Once in a while, rhg is the only one to behave right here.

File last commit:

r45179:1f5ab1a9 default
r51125:e5fea4f1 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");
}