tests/test-check-format.t
author Pierre-Yves David <pierre-yves.david@octobus.net>
Mon, 07 Nov 2022 17:57:28 -0500
changeset 49788 5af4a0a73e4c
parent 46870 41d43d12c2c4
permissions -rw-r--r--
find-delta: rename _isgooddeltainfo Lets move to a more readable name now that we are allowed to. This cannot hurt.

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