contrib/check-code.py
branchstable
changeset 30888 561a019c0268
parent 30820 6a70cf94d1b5
child 30890 22a4f664c1a5
--- a/contrib/check-code.py	Sat Feb 04 20:29:34 2017 +0800
+++ b/contrib/check-code.py	Sat Feb 11 00:23:53 2017 +0900
@@ -452,6 +452,8 @@
   [
     (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'),
   ],
   # warnings
   [],