tests/test-check-format.t
author Martin von Zweigbergk <martinvonz@google.com>
Wed, 15 Jan 2020 15:12:50 -0800
changeset 44166 faec51c76b7b
parent 44147 5e84a96d865b
child 45389 f62bb5d07848
permissions -rw-r--r--
merge: avoid a negation in the definition of updatedirstate We only use `partial` in one place: the definition of `updatedirstate`. Let's simplify that a little. Differential Revision: https://phab.mercurial-scm.org/D7900

#require black

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