tests/test-check-format.t
author Yuya Nishihara <yuya@tcha.org>
Tue, 01 Dec 2020 19:32:36 +0900
changeset 46041 9c0db3671008
parent 45389 f62bb5d07848
child 46382 d4c8b4b90ecb
permissions -rw-r--r--
log: do not override other filtering and sorting options by --bookmark This basically reimplements 0aa118f18d4b 'log: add bookmark option to "hg log"'. Before, any other filtering options but --rev were ignored. -G didn't work either since the ordering constraint wasn't enforced.

#require black test-repo

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