tests/test-check-format.t
author Pierre-Yves David <pierre-yves.david@octobus.net>
Tue, 10 Oct 2023 10:02:53 +0200
changeset 51035 6ccb07b9eeeb
parent 46870 41d43d12c2c4
permissions -rw-r--r--
revlog: skip opener options to pass debug_delta value We can directly set the option in the config object now.

#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/**'`