diff Makefile @ 37184:0024961aa493

contrib: rename clang-format-blacklist to clang-format-ignorelist "blacklist" is racially charged. Let's rename it to something that isn't. Differential Revision: https://phab.mercurial-scm.org/D2974
author Gregory Szorc <gregory.szorc@gmail.com>
date Fri, 30 Mar 2018 11:35:17 -0700
parents 521f6c7e1756
children 492531ff81bc
line wrap: on
line diff
--- a/Makefile	Sat Mar 03 14:08:44 2018 -0800
+++ b/Makefile	Fri Mar 30 11:35:17 2018 -0700
@@ -124,7 +124,7 @@
 
 format-c:
 	clang-format --style file -i \
-	  `hg files 'set:(**.c or **.cc or **.h) and not "listfile:contrib/clang-format-blacklist"'`
+	  `hg files 'set:(**.c or **.cc or **.h) and not "listfile:contrib/clang-format-ignorelist"'`
 
 update-pot: i18n/hg.pot