##// END OF EJS Templates
pyoxidizer: update to PyOxidizer 0.9...
pyoxidizer: update to PyOxidizer 0.9 We were previously using a Git commit from a few days before the 0.8 release. This commit upgrades us to the just-released 0.9 release. This required some Starlark changes due to backwards incompatible changes. Differential Revision: https://phab.mercurial-scm.org/D9228

File last commit:

r45949:f62bb5d0 5.5.1 stable
r46341:f95b1679 stable
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