[PATCH 4 of 4 STABLE V3] misc: replace domain of mercurial-devel ML address by mercurial-scm.org

FUJIWARA Katsunori foozy at lares.dti.ne.jp
Fri Feb 10 10:30:06 EST 2017


# HG changeset patch
# User FUJIWARA Katsunori <foozy at lares.dti.ne.jp>
# Date 1486740235 -32400
#      Sat Feb 11 00:23:55 2017 +0900
# Branch stable
# Node ID 043e68d7e13bacdb25c51d913f0e3c3229f13149
# Parent  ad2f687d079deb01b708ead8c5c91d69efe00b5d
misc: replace domain of mercurial-devel ML address by mercurial-scm.org

This patch also adds new check-code.py pattern to detect invalid usage
of "mercurial-devel at selenic.com".

diff --git a/Makefile b/Makefile
--- a/Makefile
+++ b/Makefile
@@ -141,7 +141,7 @@ i18n/hg.pot: $(PYFILES) $(DOCFILES) i18n
         # xgettext "parse" and ignore them.
 	echo $(PYFILES) | xargs \
 	  xgettext --package-name "Mercurial" \
-	  --msgid-bugs-address "<mercurial-devel at selenic.com>" \
+	  --msgid-bugs-address "<mercurial-devel at mercurial-scm.org>" \
 	  --copyright-holder "Matt Mackall <mpm at selenic.com> and others" \
 	  --from-code ISO-8859-1 --join --sort-by-file --add-comments=i18n: \
 	  -d hg -p i18n -o hg.pot.tmp
diff --git a/contrib/check-code.py b/contrib/check-code.py
--- a/contrib/check-code.py
+++ b/contrib/check-code.py
@@ -463,6 +463,8 @@ allfilespats = [
      'outdated copyright year'),
     (r'mercurial at selenic\.com',
      'use mercurial-scm.org domain for mercurial ML address'),
+    (r'mercurial-devel at selenic\.com',
+     'use mercurial-scm.org domain for mercurial-devel ML address'),
   ],
   # warnings
   [],


More information about the Mercurial-devel mailing list