tests/test-check-format.t
author Arseniy Alekseyev <aalekseyev@janestreet.com>
Tue, 07 Dec 2021 17:50:19 +0000
changeset 48495 e33d7c39db47
parent 46870 41d43d12c2c4
permissions -rw-r--r--
rhg: demonstrate that rhg breaks on non-generaldelta revlogs Differential Revision: https://phab.mercurial-scm.org/D11880

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