##// END OF EJS Templates
config: gather the path to edit through rcutil...
config: gather the path to edit through rcutil Using the common logic helps to reduce potential error when it changes

File last commit:

r52812:ceaf92d6 default
r53324:8c509a70 default
Show More
test-check-format.t
13 lines | 328 B | text/troff | Tads3Lexer
#require black test-repo
Black needs the real USERPROFILE in order to run on Windows
#if msys
$ USERPROFILE="$REALUSERPROFILE"
$ export USERPROFILE
#endif
$ . "$TESTDIR/helpers-testrepo.sh"
$ cd $RUNTESTDIR/..
$ black --check --diff `testrepohg files 'set:(**.py + grep("^#!.*python")) - mercurial/thirdparty/**'`