##// END OF EJS Templates
misc: replace domain of mercurial ML address by mercurial-scm.org...
FUJIWARA Katsunori -
r30888:561a019c stable
parent child Browse files
Show More
@@ -452,6 +452,8 b' allfilespats = ['
452 452 [
453 453 (r'(http|https)://[a-zA-Z0-9./]*selenic.com/',
454 454 'use mercurial-scm.org domain URL'),
455 (r'mercurial@selenic\.com',
456 'use mercurial-scm.org domain for mercurial ML address'),
455 457 ],
456 458 # warnings
457 459 [],
@@ -41,7 +41,7 b' AppPublisherURL=https://mercurial-scm.or'
41 41 AppSupportURL=https://mercurial-scm.org/
42 42 AppUpdatesURL=https://mercurial-scm.org/
43 43 AppID={{4B95A5F1-EF59-4B08-BED8-C891C46121B3}
44 AppContact=mercurial@selenic.com
44 AppContact=mercurial@mercurial-scm.org
45 45 DefaultDirName={pf}\Mercurial
46 46 SourceDir=..\..
47 47 VersionInfoDescription=Mercurial distributed SCM (version {#VERSION})
@@ -43,7 +43,7 b''
43 43 </Property>
44 44
45 45 <!--Property Id='ARPCOMMENTS'>any comments</Property-->
46 <Property Id='ARPCONTACT'>mercurial@selenic.com</Property>
46 <Property Id='ARPCONTACT'>mercurial@mercurial-scm.org</Property>
47 47 <Property Id='ARPHELPLINK'>https://mercurial-scm.org/wiki/</Property>
48 48 <Property Id='ARPURLINFOABOUT'>https://mercurial-scm.org/about/</Property>
49 49 <Property Id='ARPURLUPDATEINFO'>https://mercurial-scm.org/downloads/</Property>
@@ -712,7 +712,7 b" if sys.platform == 'darwin' and os.path."
712 712 setup(name='mercurial',
713 713 version=setupversion,
714 714 author='Matt Mackall and many others',
715 author_email='mercurial@selenic.com',
715 author_email='mercurial@mercurial-scm.org',
716 716 url='https://mercurial-scm.org/',
717 717 download_url='https://mercurial-scm.org/release/',
718 718 description=('Fast scalable distributed SCM (revision control, version '
@@ -1,6 +1,6 b''
1 1 #require baz symlink
2 2
3 $ baz my-id "mercurial <mercurial@selenic.com>"
3 $ baz my-id "mercurial <mercurial@mercurial-scm.org>"
4 4
5 5 $ echo "[extensions]" >> $HGRCPATH
6 6 $ echo "convert=" >> $HGRCPATH
@@ -1,6 +1,6 b''
1 1 #require tla symlink
2 2
3 $ tla my-id "mercurial <mercurial@selenic.com>"
3 $ tla my-id "mercurial <mercurial@mercurial-scm.org>"
4 4 $ echo "[extensions]" >> $HGRCPATH
5 5 $ echo "convert=" >> $HGRCPATH
6 6
General Comments 0
You need to be logged in to leave comments. Login now