tests/test-check-format.t
author Pierre-Yves David <pierre-yves.david@octobus.net>
Mon, 03 May 2021 19:46:25 +0200
changeset 47264 b876f0bf7366
parent 46870 41d43d12c2c4
permissions -rw-r--r--
revlog: introduce a plain compression mode That mode is simple it means the chunk contains uncompressed data and can be used directly. Differential Revision: https://phab.mercurial-scm.org/D10650

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