##// END OF EJS Templates
hgweb: add "children" into the JSON template for a changeset...
hgweb: add "children" into the JSON template for a changeset The children are shown in the HTML templates, so I don’t see a reason against including them in the JSON template as well.

File last commit:

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