diff -r 72f25e17af9d -r 455677a7667f contrib/check-code.py --- 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 [],