##// END OF EJS Templates
dirstate-tree: Give to `status()` mutable access to the `DirstateMap`...
dirstate-tree: Give to `status()` mutable access to the `DirstateMap` Differential Revision: https://phab.mercurial-scm.org/D10546

File last commit:

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