##// END OF EJS Templates
py3: fix exception message encoding in scmutil.py's simplekeyvaluefile.read...
py3: fix exception message encoding in scmutil.py's simplekeyvaluefile.read Differential Revision: https://phab.mercurial-scm.org/D7193

File last commit:

r43668:cb0d8083 stable
r43682:899e55e2 stable
Show More
fix.hgrc
9 lines | 383 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 - hgext/fsmonitor/pywatchman/** - mercurial/thirdparty/** - "contrib/python-zstandard/**"