[PATCH 3 of 5 BLACKGNAROK] formatting: update example config to match the setting we uses

Pierre-Yves David pierre-yves.david at ens-lyon.org
Mon Oct 7 12:15:11 EDT 2019


# HG changeset patch
# User Pierre-Yves David <pierre-yves.david at octobus.net>
# Date 1570463432 14400
#      Mon Oct 07 11:50:32 2019 -0400
# Node ID 176c569d499555cc64522bf8bd1e5acddc92a991
# Parent  99946ed8e49657d0678426b9fda3958bd102ed67
# EXP-Topic blackgnarok-bytemageddon
# Available At https://bitbucket.org/octobus/mercurial-devel/
#              hg pull https://bitbucket.org/octobus/mercurial-devel/ -r 176c569d4995
formatting: update example config to match the setting we uses

The commit message doing formatting mention this invocation and it seems to
match what we have in the repo. So we update the example config.

diff --git a/contrib/examples/fix.hgrc b/contrib/examples/fix.hgrc
--- a/contrib/examples/fix.hgrc
+++ b/contrib/examples/fix.hgrc
@@ -11,5 +11,5 @@ rustfmt:pattern = set:**.rs
 # 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 -l 80 -t py33 --skip-string-normalization -
 # black:pattern = set:**.py - hgext/fsmonitor/pywatchman/** - mercurial/thirdparty/** - "contrib/python-zstandard/**"


More information about the Mercurial-devel mailing list