tests/test-check-format.t
author Pierre-Yves David <pierre-yves.david@octobus.net>
Wed, 07 Dec 2022 22:40:54 +0100
changeset 49774 5d9725182d8d
parent 46870 41d43d12c2c4
permissions -rw-r--r--
test-acl: glob the payload size again This size of bundle-2 payload are irrelevant for this test and only appears in its output because other pieces of the debug output are important. We glob it these number before they get in our way again.

#require black test-repo

Black needs the real USERPROFILE in order to run on Windows
#if msys
  $ USERPROFILE="$REALUSERPROFILE"
  $ export USERPROFILE
#endif

  $ cd $RUNTESTDIR/..
  $ black --check --diff `hg files 'set:(**.py + grep("^#!.*python")) - mercurial/thirdparty/**'`