##// END OF EJS Templates
rust-index: using `hg::index::Index` in MissingAncestors...
rust-index: using `hg::index::Index` in MissingAncestors With this, the whole `hg-cpython::ancestors` module can now work without the C index.

File last commit:

r45179:1f5ab1a9 default
r52133:59d81768 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");
}