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