tests/test-check-format.t
author Martin von Zweigbergk <martinvonz@google.com>
Tue, 04 Aug 2020 09:13:10 -0700
changeset 45328 ba50c8a95e2b
parent 44232 5e84a96d865b
child 45208 f62bb5d07848
permissions -rw-r--r--
templater: move stylemap() to hgweb_mod, since that's its only user `stylemap()` even has an error message that mentions "hgweb templates", so it seems that it's meant specifically for hgweb. Differential Revision: https://phab.mercurial-scm.org/D8890

#require black

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