contrib/check-code.py
changeset 30916 455677a7667f
parent 30883 fe8ded72e17c
parent 30890 22a4f664c1a5
child 31476 413b44003462
--- a/contrib/check-code.py	Mon Feb 13 02:31:56 2017 -0800
+++ b/contrib/check-code.py	Mon Feb 13 09:44:16 2017 -0800
@@ -452,6 +452,10 @@
   [
     (r'(http|https)://[a-zA-Z0-9./]*selenic.com/',
      '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
   [],