##// END OF EJS Templates
fastexport: adjust output to be more canonical...
fastexport: adjust output to be more canonical The real name part of the committer name is normally not quoted, so don't enforce that. Prefer UTC+0 to UTC-0, git doesn't normalize it. Differential Revision: https://phab.mercurial-scm.org/D8486

File last commit:

r45179:1f5ab1a9 default
r45307:711df97d 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");
}