view tests/test-check-format.t @ 43831:088ba9d94079

rust-dirs-multiset: use `AsRef` instead of concrete types when possible I also renamed `vec` to `dirstate`, because it was not a great name. Differential Revision: https://phab.mercurial-scm.org/D7524
author Raphaël Gomès <rgomes@octobus.net>
date Fri, 29 Nov 2019 17:19:34 +0100
parents 2d8d4e08c493
children 5e84a96d865b
line wrap: on
line source

#require black

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