Mercurial > public > mercurial-scm > hg-stable
diff contrib/check-code.py @ 30936:455677a7667f
merge with stable
author | Martin von Zweigbergk <martinvonz@google.com> |
---|---|
date | Mon, 13 Feb 2017 09:44:16 -0800 |
parents | fe8ded72e17c 22a4f664c1a5 |
children | 413b44003462 |
line wrap: on
line diff
--- 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 [],