# HG changeset patch # User Matt Mackall # Date 1443645829 18000 # Node ID 4b0fc75f9403eaf989950b4a4867017456bd1f20 # Parent 2fc86d92c4a98a1ecfc63164b1e8ca1fbf0ea0fe urls: bulk-change primary website URLs diff -r 2fc86d92c4a9 -r 4b0fc75f9403 README --- a/README Wed Sep 30 15:31:07 2015 -0500 +++ b/README Wed Sep 30 15:43:49 2015 -0500 @@ -16,5 +16,5 @@ $ make local # build for inplace usage $ ./hg --version # should show the latest version -See http://mercurial.selenic.com/ for detailed installation +See https://mercurial-scm.org/ for detailed installation instructions, platform-specific notes, and Mercurial user information. diff -r 2fc86d92c4a9 -r 4b0fc75f9403 contrib/check-commit --- a/contrib/check-commit Wed Sep 30 15:31:07 2015 -0500 +++ b/contrib/check-commit Wed Sep 30 15:43:49 2015 -0500 @@ -13,7 +13,7 @@ # # $ BYPASS= hg commit # -# See also: http://mercurial.selenic.com/wiki/ContributingChanges +# See also: https://mercurial-scm.org/wiki/ContributingChanges import re, sys, os diff -r 2fc86d92c4a9 -r 4b0fc75f9403 contrib/editmerge --- a/contrib/editmerge Wed Sep 30 15:31:07 2015 -0500 +++ b/contrib/editmerge Wed Sep 30 15:43:49 2015 -0500 @@ -16,7 +16,7 @@ grep -n "<<<<<<" $FILE | cut -f1 -d: } -# editor preference loosely based on http://mercurial.selenic.com/wiki/editor +# editor preference loosely based on https://mercurial-scm.org/wiki/editor # hg showconfig is at the bottom though, since it's slow to run (0.15 seconds) ED=$HGEDITOR if [ "$ED" = "" ] ; then diff -r 2fc86d92c4a9 -r 4b0fc75f9403 contrib/hgweb.wsgi --- a/contrib/hgweb.wsgi Wed Sep 30 15:31:07 2015 -0500 +++ b/contrib/hgweb.wsgi Wed Sep 30 15:43:49 2015 -0500 @@ -1,5 +1,5 @@ # An example WSGI for use with mod_wsgi, edit as necessary -# See http://mercurial.selenic.com/wiki/modwsgi for more information +# See https://mercurial-scm.org/wiki/modwsgi for more information # Path to repo or hgweb config to serve (see 'hg help hgweb') config = "/path/to/repo/or/config" diff -r 2fc86d92c4a9 -r 4b0fc75f9403 contrib/macosx/Readme.html --- a/contrib/macosx/Readme.html Wed Sep 30 15:31:07 2015 -0500 +++ b/contrib/macosx/Readme.html Wed Sep 30 15:43:49 2015 -0500 @@ -25,7 +25,7 @@


Documentation


-

Visit the Mercurial web site and wiki

+

Visit the Mercurial web site and wiki


There's also a free book, Distributed revision control with Mercurial


diff -r 2fc86d92c4a9 -r 4b0fc75f9403 contrib/macosx/Welcome.html --- a/contrib/macosx/Welcome.html Wed Sep 30 15:31:07 2015 -0500 +++ b/contrib/macosx/Welcome.html Wed Sep 30 15:43:49 2015 -0500 @@ -11,10 +11,10 @@ -

This is a prepackaged release of Mercurial for Mac OS X.

+

This is a prepackaged release of Mercurial for Mac OS X.



-Please be sure to read the latest release notes.

+Please be sure to read the latest release notes.

diff -r 2fc86d92c4a9 -r 4b0fc75f9403 contrib/mercurial.spec --- a/contrib/mercurial.spec Wed Sep 30 15:31:07 2015 -0500 +++ b/contrib/mercurial.spec Wed Sep 30 15:43:49 2015 -0500 @@ -25,7 +25,7 @@ Release: 0 License: GPLv2+ Group: Development/Tools -URL: http://mercurial.selenic.com/ +URL: https://mercurial-scm.org/ Source0: %{name}-%{version}-%{release}.tar.gz %if "%{?withpython}" Source1: %{pythonname}.tgz diff -r 2fc86d92c4a9 -r 4b0fc75f9403 contrib/plan9/README --- a/contrib/plan9/README Wed Sep 30 15:31:07 2015 -0500 +++ b/contrib/plan9/README Wed Sep 30 15:43:49 2015 -0500 @@ -35,5 +35,5 @@ A proto(2) file is included in this directory as an example of how a binary distribution could be packaged, ostensibly with contrib(1). -See http://mercurial.selenic.com/ for detailed installation +See https://mercurial-scm.org/ for detailed installation instructions, platform-specific notes, and Mercurial user information. diff -r 2fc86d92c4a9 -r 4b0fc75f9403 contrib/vim/hgcommand.vim --- a/contrib/vim/hgcommand.vim Wed Sep 30 15:31:07 2015 -0500 +++ b/contrib/vim/hgcommand.vim Wed Sep 30 15:43:49 2015 -0500 @@ -1226,7 +1226,7 @@ Author: Mathieu Clabaut Credits: Bob Hiestand -Mercurial: http://mercurial.selenic.com/ +Mercurial: https://mercurial-scm.org/ Mercurial (noted Hg) is a fast, lightweight Source Control Management system designed for efficient handling of very large distributed projects. diff -r 2fc86d92c4a9 -r 4b0fc75f9403 contrib/win32/ReadMe.html --- a/contrib/win32/ReadMe.html Wed Sep 30 15:31:07 2015 -0500 +++ b/contrib/win32/ReadMe.html Wed Sep 30 15:43:49 2015 -0500 @@ -49,7 +49,7 @@

For documentation, please visit the Mercurial web site. + href="https://mercurial-scm.org/">Mercurial web site. You can also download a free book, Mercurial: The Definitive Guide. @@ -100,7 +100,7 @@ By default, Mercurial will use the merge program defined by the HGMERGE environment variable, or uses the one defined in the mercurial.ini file. (see MergeProgram + href="https://mercurial-scm.org/wiki/MergeProgram">MergeProgram on the Mercurial Wiki for more information)

@@ -108,9 +108,9 @@

Before you report any problems, please consult the Mercurial web site + href="https://mercurial-scm.org/">Mercurial web site and see if your question is already in our list of Frequently + href="https://mercurial-scm.org/wiki/FAQ">Frequently Answered Questions (the "FAQ").

diff -r 2fc86d92c4a9 -r 4b0fc75f9403 contrib/win32/mercurial.iss --- a/contrib/win32/mercurial.iss Wed Sep 30 15:31:07 2015 -0500 +++ b/contrib/win32/mercurial.iss Wed Sep 30 15:43:49 2015 -0500 @@ -36,9 +36,9 @@ LicenseFile=COPYING ShowLanguageDialog=yes AppPublisher=Matt Mackall and others -AppPublisherURL=http://mercurial.selenic.com/ -AppSupportURL=http://mercurial.selenic.com/ -AppUpdatesURL=http://mercurial.selenic.com/ +AppPublisherURL=https://mercurial-scm.org/ +AppSupportURL=https://mercurial-scm.org/ +AppUpdatesURL=https://mercurial-scm.org/ AppID={{4B95A5F1-EF59-4B08-BED8-C891C46121B3} AppContact=mercurial@selenic.com DefaultDirName={pf}\Mercurial @@ -90,7 +90,7 @@ Source: COPYING; DestDir: {app}; DestName: Copying.txt [INI] -Filename: {app}\Mercurial.url; Section: InternetShortcut; Key: URL; String: http://mercurial.selenic.com/ +Filename: {app}\Mercurial.url; Section: InternetShortcut; Key: URL; String: https://mercurial-scm.org/ Filename: {app}\default.d\editor.rc; Section: ui; Key: editor; String: notepad [UninstallDelete] diff -r 2fc86d92c4a9 -r 4b0fc75f9403 contrib/win32/postinstall.txt --- a/contrib/win32/postinstall.txt Wed Sep 30 15:31:07 2015 -0500 +++ b/contrib/win32/postinstall.txt Wed Sep 30 15:43:49 2015 -0500 @@ -6,4 +6,4 @@ Also check the release notes at: - http://mercurial.selenic.com/wiki/WhatsNew + https://mercurial-scm.org/wiki/WhatsNew diff -r 2fc86d92c4a9 -r 4b0fc75f9403 contrib/wix/mercurial.wxs --- a/contrib/wix/mercurial.wxs Wed Sep 30 15:31:07 2015 -0500 +++ b/contrib/wix/mercurial.wxs Wed Sep 30 15:43:49 2015 -0500 @@ -44,10 +44,10 @@ mercurial@selenic.com - http://mercurial.selenic.com/wiki/ - http://mercurial.selenic.com/about/ - http://mercurial.selenic.com/downloads/ - http://mercurial.selenic.com/wiki/Support + https://mercurial-scm.org/wiki/ + https://mercurial-scm.org/about/ + https://mercurial-scm.org/downloads/ + https://mercurial-scm.org/wiki/Support hgIcon.ico diff -r 2fc86d92c4a9 -r 4b0fc75f9403 doc/style.css --- a/doc/style.css Wed Sep 30 15:31:07 2015 -0500 +++ b/doc/style.css Wed Sep 30 15:43:49 2015 -0500 @@ -1,8 +1,8 @@ /* - * Styles for man pages, which match with http://mercurial.selenic.com/ + * Styles for man pages, which match with https://mercurial-scm.org/ * * Color scheme & layout are borrowed from - * http://mercurial.selenic.com/css/styles.css + * https://mercurial-scm.org/css/styles.css * * Some styles are from html4css1.css from Docutils, which is in the * public domain. diff -r 2fc86d92c4a9 -r 4b0fc75f9403 hgext/keyword.py --- a/hgext/keyword.py Wed Sep 30 15:31:07 2015 -0500 +++ b/hgext/keyword.py Wed Sep 30 15:43:49 2015 -0500 @@ -15,7 +15,7 @@ # audience not running a version control system. # # For in-depth discussion refer to -# . +# . # # Keyword expansion is based on Mercurial's changeset template mappings. # diff -r 2fc86d92c4a9 -r 4b0fc75f9403 hgext/purge.py --- a/hgext/purge.py Wed Sep 30 15:31:07 2015 -0500 +++ b/hgext/purge.py Wed Sep 30 15:43:49 2015 -0500 @@ -1,6 +1,6 @@ # Copyright (C) 2006 - Marco Barisione # -# This is a small extension for Mercurial (http://mercurial.selenic.com/) +# This is a small extension for Mercurial (https://mercurial-scm.org/) # that removes files not known to mercurial # # This program was inspired by the "cvspurge" script contained in CVS diff -r 2fc86d92c4a9 -r 4b0fc75f9403 hgext/rebase.py --- a/hgext/rebase.py Wed Sep 30 15:31:07 2015 -0500 +++ b/hgext/rebase.py Wed Sep 30 15:43:49 2015 -0500 @@ -11,7 +11,7 @@ repository. For more information: -http://mercurial.selenic.com/wiki/RebaseExtension +https://mercurial-scm.org/wiki/RebaseExtension ''' from mercurial import hg, util, repair, merge, cmdutil, commands, bookmarks diff -r 2fc86d92c4a9 -r 4b0fc75f9403 hgext/win32text.py --- a/hgext/win32text.py Wed Sep 30 15:31:07 2015 -0500 +++ b/hgext/win32text.py Wed Sep 30 15:43:49 2015 -0500 @@ -174,4 +174,4 @@ # deprecated config: win32text.warn if ui.configbool('win32text', 'warn', True): ui.warn(_("win32text is deprecated: " - "http://mercurial.selenic.com/wiki/Win32TextExtension\n")) + "https://mercurial-scm.org/wiki/Win32TextExtension\n")) diff -r 2fc86d92c4a9 -r 4b0fc75f9403 hgweb.cgi --- a/hgweb.cgi Wed Sep 30 15:31:07 2015 -0500 +++ b/hgweb.cgi Wed Sep 30 15:43:49 2015 -0500 @@ -1,7 +1,7 @@ #!/usr/bin/env python # # An example hgweb CGI script, edit as necessary -# See also http://mercurial.selenic.com/wiki/PublishingRepositories +# See also https://mercurial-scm.org/wiki/PublishingRepositories # Path to repo or hgweb config to serve (see 'hg help hgweb') config = "/path/to/repo/or/config" diff -r 2fc86d92c4a9 -r 4b0fc75f9403 mercurial/commands.py --- a/mercurial/commands.py Wed Sep 30 15:31:07 2015 -0500 +++ b/mercurial/commands.py Wed Sep 30 15:43:49 2015 -0500 @@ -6391,7 +6391,7 @@ except error.BundleUnknownFeatureError as exc: raise util.Abort(_('%s: unknown bundle feature, %s') % (fname, exc), - hint=_("see https://mercurial.selenic.com/" + hint=_("see https://mercurial-scm.org/" "wiki/BundleFeature for more " "information")) finally: @@ -6536,7 +6536,7 @@ the changelog, manifest, and tracked files, as well as the integrity of their crosslinks and indices. - Please see http://mercurial.selenic.com/wiki/RepositoryCorruption + Please see https://mercurial-scm.org/wiki/RepositoryCorruption for more information about recovery from corruption of the repository. @@ -6550,7 +6550,7 @@ ui.write(_("Mercurial Distributed SCM (version %s)\n") % util.version()) ui.status(_( - "(see http://mercurial.selenic.com for more information)\n" + "(see https://mercurial-scm.org for more information)\n" "\nCopyright (C) 2005-2015 Matt Mackall and others\n" "This is free software; see the source for copying conditions. " "There is NO\nwarranty; " diff -r 2fc86d92c4a9 -r 4b0fc75f9403 mercurial/crecord.py --- a/mercurial/crecord.py Wed Sep 30 15:31:07 2015 -0500 +++ b/mercurial/crecord.py Wed Sep 30 15:43:49 2015 -0500 @@ -1462,7 +1462,7 @@ self.ui.write("\n") return None # patch comment based on the git one (based on comment at end of - # http://mercurial.selenic.com/wiki/recordextension) + # https://mercurial-scm.org/wiki/recordextension) phelp = '---' + _(""" to remove '-' lines, make them ' ' lines (context). to remove '+' lines, delete them. diff -r 2fc86d92c4a9 -r 4b0fc75f9403 mercurial/dispatch.py --- a/mercurial/dispatch.py Wed Sep 30 15:31:07 2015 -0500 +++ b/mercurial/dispatch.py Wed Sep 30 15:43:49 2015 -0500 @@ -365,7 +365,7 @@ else: bugtracker = ui.config('ui', 'supportcontact', None) if bugtracker is None: - bugtracker = _("http://mercurial.selenic.com/wiki/BugTracker") + bugtracker = _("https://mercurial-scm.org/wiki/BugTracker") warning = (_("** unknown exception encountered, " "please report by visiting\n** ") + bugtracker + '\n') warning += ((_("** Python %s\n") % sys.version.replace('\n', '')) + diff -r 2fc86d92c4a9 -r 4b0fc75f9403 mercurial/help/config.txt --- a/mercurial/help/config.txt Wed Sep 30 15:31:07 2015 -0500 +++ b/mercurial/help/config.txt Wed Sep 30 15:43:49 2015 -0500 @@ -1749,7 +1749,7 @@ If unset, ``hglogo.png`` will be used. ``logourl`` - Base URL to use for logos. If unset, ``http://mercurial.selenic.com/`` + Base URL to use for logos. If unset, ``https://mercurial-scm.org/`` will be used. ``maxchanges`` diff -r 2fc86d92c4a9 -r 4b0fc75f9403 mercurial/help/hg.1.txt --- a/mercurial/help/hg.1.txt Wed Sep 30 15:31:07 2015 -0500 +++ b/mercurial/help/hg.1.txt Wed Sep 30 15:43:49 2015 -0500 @@ -104,7 +104,7 @@ Resources """"""""" -Main Web Site: http://mercurial.selenic.com/ +Main Web Site: https://mercurial-scm.org/ Source code repository: http://selenic.com/hg diff -r 2fc86d92c4a9 -r 4b0fc75f9403 mercurial/hgweb/hgweb_mod.py --- a/mercurial/hgweb/hgweb_mod.py Wed Sep 30 15:31:07 2015 -0500 +++ b/mercurial/hgweb/hgweb_mod.py Wed Sep 30 15:43:49 2015 -0500 @@ -126,7 +126,7 @@ port = req.env['SERVER_PORT'] port = port != default_port and (':' + port) or '' urlbase = '%s://%s%s' % (proto, req.env['SERVER_NAME'], port) - logourl = self.config('web', 'logourl', 'http://mercurial.selenic.com/') + logourl = self.config('web', 'logourl', 'https://mercurial-scm.org/') logoimg = self.config('web', 'logoimg', 'hglogo.png') staticurl = self.config('web', 'staticurl') or req.url + 'static/' if not staticurl.endswith('/'): diff -r 2fc86d92c4a9 -r 4b0fc75f9403 mercurial/hgweb/hgwebdir_mod.py --- a/mercurial/hgweb/hgwebdir_mod.py Wed Sep 30 15:31:07 2015 -0500 +++ b/mercurial/hgweb/hgwebdir_mod.py Wed Sep 30 15:43:49 2015 -0500 @@ -459,7 +459,7 @@ start = url[-1] == '?' and '&' or '?' sessionvars = webutil.sessionvars(vars, start) - logourl = config('web', 'logourl', 'http://mercurial.selenic.com/') + logourl = config('web', 'logourl', 'https://mercurial-scm.org/') logoimg = config('web', 'logoimg', 'hglogo.png') staticurl = config('web', 'staticurl') or url + 'static/' if not staticurl.endswith('/'): diff -r 2fc86d92c4a9 -r 4b0fc75f9403 mercurial/minirst.py --- a/mercurial/minirst.py Wed Sep 30 15:31:07 2015 -0500 +++ b/mercurial/minirst.py Wed Sep 30 15:43:49 2015 -0500 @@ -14,7 +14,7 @@ are just indented blocks that look like they are nested. This relies on the user to keep the right indentation for the blocks. -Remember to update http://mercurial.selenic.com/wiki/HelpStyleGuide +Remember to update https://mercurial-scm.org/wiki/HelpStyleGuide when adding support for new constructs. """ diff -r 2fc86d92c4a9 -r 4b0fc75f9403 mercurial/patch.py --- a/mercurial/patch.py Wed Sep 30 15:31:07 2015 -0500 +++ b/mercurial/patch.py Wed Sep 30 15:43:49 2015 -0500 @@ -995,7 +995,7 @@ ui.write("\n") continue # Patch comment based on the Git one (based on comment at end of - # http://mercurial.selenic.com/wiki/RecordExtension) + # https://mercurial-scm.org/wiki/RecordExtension) phelp = '---' + _(""" To remove '-' lines, make them ' ' lines (context). To remove '+' lines, delete them. diff -r 2fc86d92c4a9 -r 4b0fc75f9403 mercurial/scmutil.py --- a/mercurial/scmutil.py Wed Sep 30 15:31:07 2015 -0500 +++ b/mercurial/scmutil.py Wed Sep 30 15:43:49 2015 -0500 @@ -975,7 +975,7 @@ raise error.RequirementError( _("repository requires features unknown to this Mercurial: %s") % " ".join(missings), - hint=_("see http://mercurial.selenic.com/wiki/MissingRequirement" + hint=_("see https://mercurial-scm.org/wiki/MissingRequirement" " for more information")) return requirements diff -r 2fc86d92c4a9 -r 4b0fc75f9403 mercurial/templates/atom/error.tmpl --- a/mercurial/templates/atom/error.tmpl Wed Sep 30 15:31:07 2015 -0500 +++ b/mercurial/templates/atom/error.tmpl Wed Sep 30 15:43:49 2015 -0500 @@ -7,7 +7,7 @@ 1970-01-01T00:00:00+00:00 Error - http://mercurial.selenic.com/#error + https://mercurial-scm.org/#error mercurial diff -r 2fc86d92c4a9 -r 4b0fc75f9403 mercurial/templates/rss/error.tmpl --- a/mercurial/templates/rss/error.tmpl Wed Sep 30 15:31:07 2015 -0500 +++ b/mercurial/templates/rss/error.tmpl Wed Sep 30 15:43:49 2015 -0500 @@ -4,7 +4,7 @@ Error {error|escape} - http://mercurial.selenic.com/#error + https://mercurial-scm.org/#error diff -r 2fc86d92c4a9 -r 4b0fc75f9403 setup.py --- a/setup.py Wed Sep 30 15:31:07 2015 -0500 +++ b/setup.py Wed Sep 30 15:43:49 2015 -0500 @@ -602,8 +602,8 @@ version=setupversion, author='Matt Mackall and many others', author_email='mercurial@selenic.com', - url='http://mercurial.selenic.com/', - download_url='http://mercurial.selenic.com/release/', + url='https://mercurial-scm.org/', + download_url='https://mercurial-scm.org/release/', description=('Fast scalable distributed SCM (revision control, version ' 'control) system'), long_description=('Mercurial is a distributed SCM tool written in Python.' diff -r 2fc86d92c4a9 -r 4b0fc75f9403 tests/README --- a/tests/README Wed Sep 30 15:31:07 2015 -0500 +++ b/tests/README Wed Sep 30 15:43:49 2015 -0500 @@ -3,5 +3,5 @@ cd tests/ python run-tests.py -See http://mercurial.selenic.com/wiki/WritingTests for +See https://mercurial-scm.org/wiki/WritingTests for more information on writing tests. diff -r 2fc86d92c4a9 -r 4b0fc75f9403 tests/test-bundle2-format.t --- a/tests/test-bundle2-format.t Wed Sep 30 15:31:07 2015 -0500 +++ b/tests/test-bundle2-format.t Wed Sep 30 15:43:49 2015 -0500 @@ -1221,7 +1221,7 @@ [255] $ hg unbundle ../rev.hg2.bz abort: ../rev.hg2.bz: unknown bundle feature, Stream Parameter - Compression='FooBarUnknown' - (see https://mercurial.selenic.com/wiki/BundleFeature for more information) + (see https://mercurial-scm.org/wiki/BundleFeature for more information) [255] $ cd .. diff -r 2fc86d92c4a9 -r 4b0fc75f9403 tests/test-commit.t --- a/tests/test-commit.t Wed Sep 30 15:31:07 2015 -0500 +++ b/tests/test-commit.t Wed Sep 30 15:43:49 2015 -0500 @@ -117,7 +117,7 @@ $ echo fake >> .hg/requires $ hg commit -m bla abort: repository requires features unknown to this Mercurial: fake! - (see http://mercurial.selenic.com/wiki/MissingRequirement for more information) + (see https://mercurial-scm.org/wiki/MissingRequirement for more information) [255] $ cd .. diff -r 2fc86d92c4a9 -r 4b0fc75f9403 tests/test-extension.t --- a/tests/test-extension.t Wed Sep 30 15:31:07 2015 -0500 +++ b/tests/test-extension.t Wed Sep 30 15:43:49 2015 -0500 @@ -954,7 +954,7 @@ $ rm -f throw.pyc throw.pyo $ hg --config extensions.throw=throw.py throw 2>&1 | egrep '^\*\*' ** unknown exception encountered, please report by visiting - ** http://mercurial.selenic.com/wiki/BugTracker + ** https://mercurial-scm.org/wiki/BugTracker ** Python * (glob) ** Mercurial Distributed SCM (*) (glob) ** Extensions loaded: throw @@ -965,7 +965,7 @@ $ rm -f throw.pyc throw.pyo $ hg --config extensions.throw=throw.py throw 2>&1 | egrep '^\*\*' ** unknown exception encountered, please report by visiting - ** http://mercurial.selenic.com/wiki/BugTracker + ** https://mercurial-scm.org/wiki/BugTracker ** Python * (glob) ** Mercurial Distributed SCM (*) (glob) ** Extensions loaded: throw @@ -975,7 +975,7 @@ $ rm -f throw.pyc throw.pyo $ hg version -v Mercurial Distributed SCM (version *) (glob) - (see http://mercurial.selenic.com for more information) + (see https://mercurial-scm.org for more information) Copyright (C) 2005-* Matt Mackall and others (glob) This is free software; see the source for copying conditions. There is NO @@ -986,7 +986,7 @@ $ hg version -v --config extensions.throw=throw.py Mercurial Distributed SCM (version *) (glob) - (see http://mercurial.selenic.com for more information) + (see https://mercurial-scm.org for more information) Copyright (C) 2005-* Matt Mackall and others (glob) This is free software; see the source for copying conditions. There is NO @@ -999,7 +999,7 @@ $ rm -f throw.pyc throw.pyo $ hg version -v --config extensions.throw=throw.py Mercurial Distributed SCM (version *) (glob) - (see http://mercurial.selenic.com for more information) + (see https://mercurial-scm.org for more information) Copyright (C) 2005-* Matt Mackall and others (glob) This is free software; see the source for copying conditions. There is NO diff -r 2fc86d92c4a9 -r 4b0fc75f9403 tests/test-help.t --- a/tests/test-help.t Wed Sep 30 15:31:07 2015 -0500 +++ b/tests/test-help.t Wed Sep 30 15:43:49 2015 -0500 @@ -411,7 +411,7 @@ $ hg add -h --version Mercurial Distributed SCM (version *) (glob) - (see http://mercurial.selenic.com for more information) + (see https://mercurial-scm.org for more information) Copyright (C) 2005-2015 Matt Mackall and others This is free software; see the source for copying conditions. There is NO @@ -457,7 +457,7 @@ manifest, and tracked files, as well as the integrity of their crosslinks and indices. - Please see http://mercurial.selenic.com/wiki/RepositoryCorruption for more + Please see https://mercurial-scm.org/wiki/RepositoryCorruption for more information about recovery from corruption of the repository. Returns 0 on success, 1 if errors are encountered. @@ -1377,7 +1377,7 @@