view tests/test-check-format.t @ 45179:ba5e4b11d085

phases: rename variable used for owned dict of phasesets The phaseroots variable is used for two different objects: borrowed set and owned dict of sets. It's hard to track which object should have to be decrefed on error return.
author Yuya Nishihara <yuya@tcha.org>
date Sat, 18 Jul 2020 18:35:17 +0900
parents 5e84a96d865b
children f62bb5d07848
line wrap: on
line source

#require black

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