tests/test-check-format.t
author Raphaël Gomès <rgomes@octobus.net>
Fri, 17 Jan 2020 11:53:31 +0100
changeset 44532 c697638e0e91
parent 44232 5e84a96d865b
child 45208 f62bb5d07848
permissions -rw-r--r--
rust-matchers: add `IgnoreMatcher` This is a big change but all of the pieces call each other, so it makes sense to have this all in one patch. Differential Revision: https://phab.mercurial-scm.org/D7925

#require black

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