view tests/test-check-format.t @ 46321:d32e7ed81f4f

persistent-nodemap: catch the right exception on python On Python 2, Missing file are IOError, not OSError, apparently. Differential Revision: https://phab.mercurial-scm.org/D9809
author Pierre-Yves David <pierre-yves.david@octobus.net>
date Sun, 17 Jan 2021 19:22:30 +0100
parents f62bb5d07848
children d4c8b4b90ecb
line wrap: on
line source

#require black test-repo

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