formatting: make black --quiet in the example `hg fix` config
authorPierre-Yves David <pierre-yves.david@octobus.net>
Mon, 07 Oct 2019 11:51:34 -0400
changeset 43093 9002f4a3dde6
parent 43092 0b75457d1133
child 43094 e8cf9ad52a78
formatting: make black --quiet in the example `hg fix` config I do like cake, but I cannot have so many of them.
contrib/examples/fix.hgrc
--- a/contrib/examples/fix.hgrc	Mon Oct 07 11:48:34 2019 -0400
+++ b/contrib/examples/fix.hgrc	Mon Oct 07 11:51:34 2019 -0400
@@ -11,5 +11,5 @@
 # git+https://github.com/python/black/@d9e71a75ccfefa3d9156a64c03313a0d4ad981e5
 # to have the dependencies for grey.
 #
-# black:command = python3.7 contrib/grey.py --skip-string-normalization -
+# black:command = python3.7 contrib/grey.py --quiet --skip-string-normalization -
 # black:pattern = set:**.py - hgext/fsmonitor/pywatchman/** - mercurial/thirdparty/** - "contrib/python-zstandard/**"