tests/test-check-format.t
author Pierre-Yves David <pierre-yves.david@octobus.net>
Wed, 02 Dec 2020 15:24:10 +0100
changeset 46156 7d99614b7b77
parent 45389 f62bb5d07848
child 46382 d4c8b4b90ecb
permissions -rw-r--r--
copies-rust: make the comparison aware of the revision being current merged This make no significant performance change in practice (all ±2%) in practice, but it will help us to distinct between some semantically different cases later on. Differential Revision: https://phab.mercurial-scm.org/D9498

#require black test-repo

  $ cd $RUNTESTDIR/..
  $ black --config=black.toml --check --diff `hg files 'set:(**.py + grep("^#!.*python")) - mercurial/thirdparty/**'`