##// END OF EJS Templates
contrib: fix check-code to be able to detect missing _() with bytestrings...
contrib: fix check-code to be able to detect missing _() with bytestrings Differential Revision: https://phab.mercurial-scm.org/D6997

File last commit:

r43335:31c1a537 default
r43351:e65e7290 default
Show More
fix.hgrc
10 lines | 475 B | text/plain | TextLexer
Augie Fackler
contrib: add new examples area and start it out with a config for `hg fix`...
r43235 [fix]
clang-format:command = clang-format --style file -i
clang-format:pattern = (**.c or **.cc or **.h) and not "listfile:contrib/clang-format-ignorelist"
Augie Fackler
examples: add sample fix integration for `rustfmt`...
r43236
rustfmt:command = rustfmt {rootpath}
rustfmt:pattern = set:**.rs
Augie Fackler
examples: include a sample of how to use black with fix...
r43335
# We use black, but currently with https://github.com/psf/black/pull/826 applied.
# black:command = black --skip-string-normalization
# black:pattern = set:**.py - hgext/fsmonitor/pywatchman/** - mercurial/thirdparty/** - "contrib/python-zstandard/**"