##// END OF EJS Templates
errors: name arguments to CommandError constructor...
errors: name arguments to CommandError constructor Because readability counts. Differential Revision: https://phab.mercurial-scm.org/D9164

File last commit:

r45949:f62bb5d0 5.5.1 stable
r46270:bd2df583 default
Show More
test-check-format.t
5 lines | 167 B | text/troff | Tads3Lexer
/ tests / test-check-format.t
test: add `test-repo` requirement to `test-check-format` (issue6395)...
r45949 #require black test-repo
formatting: introduce a `test-check-format-black.t` that enforce formatting...
r43365
$ cd $RUNTESTDIR/..
Gregory Szorc
python-zstandard: blacken at 80 characters...
r44605 $ black --config=black.toml --check --diff `hg files 'set:(**.py + grep("^#!.*python")) - mercurial/thirdparty/**'`
formatting: introduce a `test-check-format-black.t` that enforce formatting...
r43365