Comments
Patch
@@ -461,6 +461,8 @@ allfilespats = [
# for safety, "thisyear - 2" is also checked (this can cover the
# issue fixed in af3b5aa61fc0)
'outdated copyright year'),
+ (r'mercurial@selenic\.com',
+ 'use mercurial-scm.org domain for mercurial ML address'),
],
# warnings
[],
@@ -41,7 +41,7 @@ AppPublisherURL=https://mercurial-scm.or
AppSupportURL=https://mercurial-scm.org/
AppUpdatesURL=https://mercurial-scm.org/
AppID={{4B95A5F1-EF59-4B08-BED8-C891C46121B3}
-AppContact=mercurial@selenic.com
+AppContact=mercurial@mercurial-scm.org
DefaultDirName={pf}\Mercurial
SourceDir=..\..
VersionInfoDescription=Mercurial distributed SCM (version {#VERSION})
@@ -43,7 +43,7 @@
</Property>
<!--Property Id='ARPCOMMENTS'>any comments</Property-->
- <Property Id='ARPCONTACT'>mercurial@selenic.com</Property>
+ <Property Id='ARPCONTACT'>mercurial@mercurial-scm.org</Property>
<Property Id='ARPHELPLINK'>https://mercurial-scm.org/wiki/</Property>
<Property Id='ARPURLINFOABOUT'>https://mercurial-scm.org/about/</Property>
<Property Id='ARPURLUPDATEINFO'>https://mercurial-scm.org/downloads/</Property>
@@ -712,7 +712,7 @@ if sys.platform == 'darwin' and os.path.
setup(name='mercurial',
version=setupversion,
author='Matt Mackall and many others',
- author_email='mercurial@selenic.com',
+ author_email='mercurial@mercurial-scm.org',
url='https://mercurial-scm.org/',
download_url='https://mercurial-scm.org/release/',
description=('Fast scalable distributed SCM (revision control, version '
@@ -1,6 +1,6 @@
#require baz symlink
- $ baz my-id "mercurial <mercurial@selenic.com>"
+ $ baz my-id "mercurial <mercurial@mercurial-scm.org>"
$ echo "[extensions]" >> $HGRCPATH
$ echo "convert=" >> $HGRCPATH
@@ -1,6 +1,6 @@
#require tla symlink
- $ tla my-id "mercurial <mercurial@selenic.com>"
+ $ tla my-id "mercurial <mercurial@mercurial-scm.org>"
$ echo "[extensions]" >> $HGRCPATH
$ echo "convert=" >> $HGRCPATH