tests/test-check-format.t
author Pierre-Yves David <pierre-yves.david@octobus.net>
Mon, 19 Jul 2021 02:39:35 +0200
changeset 47714 9a7d723a427a
parent 46870 41d43d12c2c4
permissions -rw-r--r--
largefile: use `set_clean` instead of `normal` in `lfdirstatestatus` This is the newer, more semantic API. Differential Revision: https://phab.mercurial-scm.org/D11156

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