##// END OF EJS Templates
perf: fix perfhelper-pathcopies without --stats...
perf: fix perfhelper-pathcopies without --stats Some conditional were missing.

File last commit:

r43236:f5ad85dd default
r43273:bbf77341 default
Show More
fix.hgrc
6 lines | 222 B | text/plain | TextLexer
[fix]
clang-format:command = clang-format --style file -i
clang-format:pattern = (**.c or **.cc or **.h) and not "listfile:contrib/clang-format-ignorelist"
rustfmt:command = rustfmt {rootpath}
rustfmt:pattern = set:**.rs