Mercurial > public > mercurial-scm > hg
diff contrib/check-code.py @ 30890:22a4f664c1a5 stable
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".
author | FUJIWARA Katsunori <foozy@lares.dti.ne.jp> |
---|---|
date | Sat, 11 Feb 2017 00:23:55 +0900 |
parents | 561a019c0268 |
children | 455677a7667f |
line wrap: on
line diff
--- 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 [],