# HG changeset patch # User FUJIWARA Katsunori # Date 1486740235 -32400 # Node ID 22a4f664c1a5244ea7c40eefce60effc4382ac5b # Parent 4acf569facef365c0c8a42ebf717f7b81f580066 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@selenic.com". diff -r 4acf569facef -r 22a4f664c1a5 Makefile --- a/Makefile Sat Feb 11 00:23:55 2017 +0900 +++ b/Makefile Sat Feb 11 00:23:55 2017 +0900 @@ -141,7 +141,7 @@ # xgettext "parse" and ignore them. echo $(PYFILES) | xargs \ xgettext --package-name "Mercurial" \ - --msgid-bugs-address "" \ + --msgid-bugs-address "" \ --copyright-holder "Matt Mackall and others" \ --from-code ISO-8859-1 --join --sort-by-file --add-comments=i18n: \ -d hg -p i18n -o hg.pot.tmp diff -r 4acf569facef -r 22a4f664c1a5 contrib/check-code.py --- a/contrib/check-code.py Sat Feb 11 00:23:55 2017 +0900 +++ b/contrib/check-code.py Sat Feb 11 00:23:55 2017 +0900 @@ -454,6 +454,8 @@ 'use mercurial-scm.org domain URL'), (r'mercurial@selenic\.com', 'use mercurial-scm.org domain for mercurial ML address'), + (r'mercurial-devel@selenic\.com', + 'use mercurial-scm.org domain for mercurial-devel ML address'), ], # warnings [],