tests/test-check-format.t
author Pierre-Yves David <pierre-yves.david@octobus.net>
Wed, 12 Jun 2024 02:16:14 +0200
branchstable
changeset 51638 1721d983dd6d
parent 46870 41d43d12c2c4
permissions -rw-r--r--
inline-changelog: fix pending transaction visibility when splitting We move the name back to the expected name of `changelog.i.a`.

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