tests/test-check-format.t
author pacien <pacien.trangirard@pacien.net>
Mon, 21 Feb 2022 15:53:03 +0100
changeset 48851 d739cd69bb6a
parent 46870 41d43d12c2c4
child 51919 ceaf92d6d380
permissions -rw-r--r--
revlog: return 0 for the fast_rank of nullrev By convention, the rank of the null revision is 0. This particular revision is never "physically" stored in the changelog, so it is a special case. For consistency, the value `None` is still being returned for revlogs which do not store the fast_rank property for any revision. Differential Revision: https://phab.mercurial-scm.org/D12208

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