tests/test-check-format.t
author Pierre-Yves David <pierre-yves.david@octobus.net>
Sat, 11 Jun 2022 00:00:29 +0200
changeset 49359 76b4b36cd5d0
parent 46870 41d43d12c2c4
child 51919 ceaf92d6d380
permissions -rw-r--r--
spares: clarify some test about merging copies This new output clarify the important part out this merging : we want to be able to record the copy source even it is outside of the sparse profile.

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