##// END OF EJS Templates
upgrade-repo: colorize some of the output...
upgrade-repo: colorize some of the output Having clear color for requirement added and removed is useful.

File last commit:

r43808:c093cc6e default
r44244:91007890 default
Show More
fix.hgrc
9 lines | 340 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
rustfmt:pattern = set:**.rs
black:command = black --config=black.toml -
black:pattern = set:**.py - mercurial/thirdparty/** - "contrib/python-zstandard/**"