##// END OF EJS Templates
hghave: fix bytes/string issue on Python 3
hghave: fix bytes/string issue on Python 3

File last commit:

r43704:2247bf3c stable
r43724:c3bca833 stable
Show More
fix.hgrc
9 lines | 351 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
black:command = black --config=black.toml -
black:pattern = set:**.py - mercurial/thirdparty/** - "contrib/python-zstandard/**"