##// END OF EJS Templates
interfaces: convert `repository.irevisiondelta` from zope `Attribute` attrs...
interfaces: convert `repository.irevisiondelta` from zope `Attribute` attrs This is the same transformation as b455dfddfed0 did for dirstate.

File last commit:

r52812:ceaf92d6 default
r53366:2aada52e default
Show More
test-check-format.t
13 lines | 328 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
Matt Harbison
tests: restore the ability to run `black` on Windows...
r47629 Black needs the real USERPROFILE in order to run on Windows
#if msys
$ USERPROFILE="$REALUSERPROFILE"
$ export USERPROFILE
#endif
Arseniy Alekseyev
tests: always access the mercurial repo through `helpers-testrepo.sh`...
r52812 $ . "$TESTDIR/helpers-testrepo.sh"
formatting: introduce a `test-check-format-black.t` that enforce formatting...
r43365 $ cd $RUNTESTDIR/..
Arseniy Alekseyev
tests: always access the mercurial repo through `helpers-testrepo.sh`...
r52812 $ black --check --diff `testrepohg files 'set:(**.py + grep("^#!.*python")) - mercurial/thirdparty/**'`
formatting: introduce a `test-check-format-black.t` that enforce formatting...
r43365