Closed by commit rHG8343070ed758: black: also ignore grey.py (authored by 
durin42).
This revision was automatically updated to reflect the committed changes.

REPOSITORY
  rHG Mercurial

CHANGES SINCE LAST UPDATE
  https://phab.mercurial-scm.org/D7090?vs=17137&id=17163

CHANGES SINCE LAST ACTION
  https://phab.mercurial-scm.org/D7090/new/

REVISION DETAIL
  https://phab.mercurial-scm.org/D7090

AFFECTED FILES
  black.toml
  contrib/examples/fix.hgrc

CHANGE DETAILS

diff --git a/contrib/examples/fix.hgrc b/contrib/examples/fix.hgrc
--- a/contrib/examples/fix.hgrc
+++ b/contrib/examples/fix.hgrc
@@ -12,4 +12,4 @@
 # to have the dependencies for grey.
 #
 # black:command = python3.7 contrib/grey.py --config=black.toml -
-# black:pattern = set:**.py - hgext/fsmonitor/pywatchman/** - 
mercurial/thirdparty/** - "contrib/python-zstandard/**"
+# black:pattern = set:**.py - hgext/fsmonitor/pywatchman/** - 
mercurial/thirdparty/** - "contrib/python-zstandard/** - contrib/grey.py"
diff --git a/black.toml b/black.toml
--- a/black.toml
+++ b/black.toml
@@ -11,6 +11,7 @@
 | mercurial/thirdparty/
 | hgext/fsmonitor/pywatchman/
 | contrib/python-zstandard/
+| contrib/grey.py
 '''
 skip-string-normalization = true
 quiet = true



To: durin42, #hg-reviewers, indygreg
Cc: mjpieters, mercurial-devel
_______________________________________________
Mercurial-devel mailing list
Mercurial-devel@mercurial-scm.org
https://www.mercurial-scm.org/mailman/listinfo/mercurial-devel

Reply via email to