--- 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.
--- 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
--- 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
--- 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"
--- 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 @@
<p class="p2"><br></p>
<p class="p1"><b>Documentation</b></p>
<p class="p2"><br></p>
-<p class="p3">Visit the <a href="http://mercurial.selenic.com/">Mercurial web site and wiki</a></p>
+<p class="p3">Visit the <a href="https://mercurial-scm.org/">Mercurial web site and wiki</a></p>
<p class="p2"><br></p>
<p class="p3">There's also a free book, <a href="http://hgbook.red-bean.com/">Distributed revision control with Mercurial</a></p>
<p class="p2"><br></p>
--- 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 @@
</style>
</head>
<body>
-<p class="p1">This is a prepackaged release of <a href="http://mercurial.selenic.com/">Mercurial</a> for Mac OS X.</p>
+<p class="p1">This is a prepackaged release of <a href="https://mercurial-scm.org/">Mercurial</a> for Mac OS X.</p>
<p class="p2"><br></p>
<br>
<p>
-Please be sure to read the latest <a href="http://mercurial.selenic.com/wiki/WhatsNew">release notes</a>.</p>
+Please be sure to read the latest <a href="https://mercurial-scm.org/wiki/WhatsNew">release notes</a>.</p>
</body>
</html>
--- 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
--- 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.
--- 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 <mathieu.clabaut@gmail.com>
Credits: Bob Hiestand <bob.hiestand@gmail.com>
-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.
--- 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 @@
<p>
For documentation, please visit the <a
- href="http://mercurial.selenic.com/">Mercurial web site</a>.
+ href="https://mercurial-scm.org/">Mercurial web site</a>.
You can also download a free book, <a
href="http://hgbook.red-bean.com/">Mercurial: The Definitive
Guide</a>.
@@ -100,7 +100,7 @@
By default, Mercurial will use the merge program defined by the
<tt>HGMERGE</tt> environment variable, or uses the one defined
in the <tt>mercurial.ini</tt> file. (see <a
- href="http://mercurial.selenic.com/wiki/MergeProgram">MergeProgram</a>
+ href="https://mercurial-scm.org/wiki/MergeProgram">MergeProgram</a>
on the Mercurial Wiki for more information)
</p>
@@ -108,9 +108,9 @@
<p>
Before you report any problems, please consult the <a
- href="http://mercurial.selenic.com/">Mercurial web site</a>
+ href="https://mercurial-scm.org/">Mercurial web site</a>
and see if your question is already in our list of <a
- href="http://mercurial.selenic.com/wiki/FAQ">Frequently
+ href="https://mercurial-scm.org/wiki/FAQ">Frequently
Answered Questions</a> (the "FAQ").
</p>
--- 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]
--- 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
--- 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 @@
<!--Property Id='ARPCOMMENTS'>any comments</Property-->
<Property Id='ARPCONTACT'>mercurial@selenic.com</Property>
- <Property Id='ARPHELPLINK'>http://mercurial.selenic.com/wiki/</Property>
- <Property Id='ARPURLINFOABOUT'>http://mercurial.selenic.com/about/</Property>
- <Property Id='ARPURLUPDATEINFO'>http://mercurial.selenic.com/downloads/</Property>
- <Property Id='ARPHELPTELEPHONE'>http://mercurial.selenic.com/wiki/Support</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>
+ <Property Id='ARPHELPTELEPHONE'>https://mercurial-scm.org/wiki/Support</Property>
<Property Id='ARPPRODUCTICON'>hgIcon.ico</Property>
<Property Id='INSTALLEDMERCURIALPRODUCTS' Secure='yes'></Property>
--- 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.
--- 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
-# <http://mercurial.selenic.com/wiki/KeywordPlan>.
+# <https://mercurial-scm.org/wiki/KeywordPlan>.
#
# Keyword expansion is based on Mercurial's changeset template mappings.
#
--- 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 <marco@barisione.org>
#
-# 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
--- 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
--- 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"))
--- 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"
--- 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; "
--- 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.
--- 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', '')) +
--- 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``
--- 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
--- 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('/'):
--- 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('/'):
--- 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.
"""
--- 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.
--- 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
--- 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 @@
<updated>1970-01-01T00:00:00+00:00</updated>
<entry>
<title>Error</title>
- <id>http://mercurial.selenic.com/#error</id>
+ <id>https://mercurial-scm.org/#error</id>
<author>
<name>mercurial</name>
</author>
--- 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 @@
<item>
<title>Error</title>
<description>{error|escape}</description>
- <guid>http://mercurial.selenic.com/#error</guid>
+ <guid>https://mercurial-scm.org/#error</guid>
</item>
</channel>
</rss>
--- 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.'
--- 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.
--- 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 ..
--- 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 ..
--- 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
--- 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 @@
<div class="container">
<div class="menu">
<div class="logo">
- <a href="http://mercurial.selenic.com/">
+ <a href="https://mercurial-scm.org/">
<img src="/static/hglogo.png" alt="mercurial" /></a>
</div>
<ul>
@@ -1935,7 +1935,7 @@
<div class="container">
<div class="menu">
<div class="logo">
- <a href="http://mercurial.selenic.com/">
+ <a href="https://mercurial-scm.org/">
<img src="/static/hglogo.png" alt="mercurial" /></a>
</div>
<ul>
@@ -2095,7 +2095,7 @@
<div class="container">
<div class="menu">
<div class="logo">
- <a href="http://mercurial.selenic.com/">
+ <a href="https://mercurial-scm.org/">
<img src="/static/hglogo.png" alt="mercurial" /></a>
</div>
<ul>
@@ -2288,7 +2288,7 @@
<div class="container">
<div class="menu">
<div class="logo">
- <a href="http://mercurial.selenic.com/">
+ <a href="https://mercurial-scm.org/">
<img src="/static/hglogo.png" alt="mercurial" /></a>
</div>
<ul>
--- a/tests/test-hgrc.t Wed Sep 30 15:31:07 2015 -0500
+++ b/tests/test-hgrc.t Wed Sep 30 15:43:49 2015 -0500
@@ -69,7 +69,7 @@
$ echo '%include $FAKEPATH/no-such-file' > $HGRC
$ hg 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
--- a/tests/test-hgweb-commands.t Wed Sep 30 15:31:07 2015 -0500
+++ b/tests/test-hgweb-commands.t Wed Sep 30 15:43:49 2015 -0500
@@ -705,7 +705,7 @@
<div class="container">
<div class="menu">
<div class="logo">
- <a href="http://mercurial.selenic.com/">
+ <a href="https://mercurial-scm.org/">
<img src="/static/hglogo.png" alt="mercurial" /></a>
</div>
<ul>
@@ -841,7 +841,7 @@
<div class="container">
<div class="menu">
<div class="logo">
- <a href="http://mercurial.selenic.com/">
+ <a href="https://mercurial-scm.org/">
<img src="/static/hglogo.png" alt="mercurial" /></a>
</div>
<ul>
@@ -991,7 +991,7 @@
<div class="container">
<div class="menu">
<div class="logo">
- <a href="http://mercurial.selenic.com/">
+ <a href="https://mercurial-scm.org/">
<img src="/static/hglogo.png" width=75 height=90 border=0 alt="mercurial"></a>
</div>
<ul>
@@ -1269,7 +1269,7 @@
<div class="container">
<div class="menu">
<div class="logo">
- <a href="http://mercurial.selenic.com/">
+ <a href="https://mercurial-scm.org/">
<img src="/static/hglogo.png" alt="mercurial" /></a>
</div>
<ul>
@@ -1395,7 +1395,7 @@
<div class="container">
<div class="menu">
<div class="logo">
- <a href="http://mercurial.selenic.com/">
+ <a href="https://mercurial-scm.org/">
<img src="/static/hglogo.png" alt="mercurial" /></a>
</div>
<ul>
@@ -1514,7 +1514,7 @@
<body>
<div class="page_header">
- <a href="http://mercurial.selenic.com/" title="Mercurial" style="float: right;">Mercurial</a>
+ <a href="https://mercurial-scm.org/" title="Mercurial" style="float: right;">Mercurial</a>
<a href="/">Mercurial</a> / summary
<form action="/log">
<input type="hidden" name="style" value="gitweb" />
@@ -1714,7 +1714,7 @@
<body>
<div class="page_header">
- <a href="http://mercurial.selenic.com/" title="Mercurial" style="float: right;">Mercurial</a>
+ <a href="https://mercurial-scm.org/" title="Mercurial" style="float: right;">Mercurial</a>
<a href="/">Mercurial</a> / graph
</div>
--- a/tests/test-hgweb-descend-empties.t Wed Sep 30 15:31:07 2015 -0500
+++ b/tests/test-hgweb-descend-empties.t Wed Sep 30 15:43:49 2015 -0500
@@ -47,7 +47,7 @@
<div class="container">
<div class="menu">
<div class="logo">
- <a href="http://mercurial.selenic.com/">
+ <a href="https://mercurial-scm.org/">
<img src="/static/hglogo.png" alt="mercurial" /></a>
</div>
<ul>
@@ -167,7 +167,7 @@
<div class="container">
<div class="menu">
<div class="logo">
- <a href="http://mercurial.selenic.com/">
+ <a href="https://mercurial-scm.org/">
<img src="/static/hglogo.png" alt="mercurial" /></a>
</div>
<ul>
@@ -371,7 +371,7 @@
</div>
<div id="powered-by">
- <p><a href="http://mercurial.selenic.com/" title="Mercurial"><img src="/static/hglogo.png" width=75 height=90 border=0 alt="mercurial" /></a></p>
+ <p><a href="https://mercurial-scm.org/" title="Mercurial"><img src="/static/hglogo.png" width=75 height=90 border=0 alt="mercurial" /></a></p>
</div>
</div>
@@ -403,7 +403,7 @@
<body>
<div class="page_header">
- <a href="http://mercurial.selenic.com/" title="Mercurial" style="float: right;">Mercurial</a>
+ <a href="https://mercurial-scm.org/" title="Mercurial" style="float: right;">Mercurial</a>
<a href="/">Mercurial</a> / files
</div>
@@ -554,7 +554,7 @@
<script type="text/javascript">process_dates()</script>
<div class="logo">
- <a href="http://mercurial.selenic.com/">
+ <a href="https://mercurial-scm.org/">
<img src="/static/hglogo.png" width=75 height=90 border=0 alt="mercurial"></a>
</div>
--- a/tests/test-hgweb-diffs.t Wed Sep 30 15:31:07 2015 -0500
+++ b/tests/test-hgweb-diffs.t Wed Sep 30 15:43:49 2015 -0500
@@ -53,7 +53,7 @@
<div class="container">
<div class="menu">
<div class="logo">
- <a href="http://mercurial.selenic.com/">
+ <a href="https://mercurial-scm.org/">
<img src="/static/hglogo.png" alt="mercurial" /></a>
</div>
<ul>
@@ -222,7 +222,7 @@
<div class="container">
<div class="menu">
<div class="logo">
- <a href="http://mercurial.selenic.com/">
+ <a href="https://mercurial-scm.org/">
<img src="/static/hglogo.png" alt="mercurial" /></a>
</div>
<ul>
@@ -331,7 +331,7 @@
<div class="container">
<div class="menu">
<div class="logo">
- <a href="http://mercurial.selenic.com/">
+ <a href="https://mercurial-scm.org/">
<img src="/static/hglogo.png" alt="mercurial" /></a>
</div>
<ul>
@@ -504,7 +504,7 @@
<div class="container">
<div class="menu">
<div class="logo">
- <a href="http://mercurial.selenic.com/">
+ <a href="https://mercurial-scm.org/">
<img src="/static/hglogo.png" alt="mercurial" /></a>
</div>
<ul>
@@ -610,7 +610,7 @@
<div class="container">
<div class="menu">
<div class="logo">
- <a href="http://mercurial.selenic.com/">
+ <a href="https://mercurial-scm.org/">
<img src="/static/hglogo.png" alt="mercurial" /></a>
</div>
<ul>
@@ -740,7 +740,7 @@
<div class="container">
<div class="menu">
<div class="logo">
- <a href="http://mercurial.selenic.com/">
+ <a href="https://mercurial-scm.org/">
<img src="/static/hglogo.png" alt="mercurial" /></a>
</div>
<ul>
@@ -872,7 +872,7 @@
<div class="container">
<div class="menu">
<div class="logo">
- <a href="http://mercurial.selenic.com/">
+ <a href="https://mercurial-scm.org/">
<img src="/static/hglogo.png" alt="mercurial" /></a>
</div>
<ul>
@@ -1010,7 +1010,7 @@
<div class="container">
<div class="menu">
<div class="logo">
- <a href="http://mercurial.selenic.com/">
+ <a href="https://mercurial-scm.org/">
<img src="/static/hglogo.png" alt="mercurial" /></a>
</div>
<ul>
--- a/tests/test-hgweb-empty.t Wed Sep 30 15:31:07 2015 -0500
+++ b/tests/test-hgweb-empty.t Wed Sep 30 15:43:49 2015 -0500
@@ -28,7 +28,7 @@
<div class="container">
<div class="menu">
<div class="logo">
- <a href="http://mercurial.selenic.com/">
+ <a href="https://mercurial-scm.org/">
<img src="/static/hglogo.png" alt="mercurial" /></a>
</div>
<ul>
@@ -139,7 +139,7 @@
<div class="container">
<div class="menu">
<div class="logo">
- <a href="http://mercurial.selenic.com/">
+ <a href="https://mercurial-scm.org/">
<img src="/static/hglogo.png" alt="mercurial" /></a>
</div>
<ul>
@@ -249,7 +249,7 @@
<div class="container">
<div class="menu">
<div class="logo">
- <a href="http://mercurial.selenic.com/">
+ <a href="https://mercurial-scm.org/">
<img src="/static/hglogo.png" alt="mercurial" /></a>
</div>
<ul>
@@ -398,7 +398,7 @@
<div class="container">
<div class="menu">
<div class="logo">
- <a href="http://mercurial.selenic.com/">
+ <a href="https://mercurial-scm.org/">
<img src="/static/hglogo.png" alt="mercurial" /></a>
</div>
<ul>
--- a/tests/test-hgweb-filelog.t Wed Sep 30 15:31:07 2015 -0500
+++ b/tests/test-hgweb-filelog.t Wed Sep 30 15:43:49 2015 -0500
@@ -153,7 +153,7 @@
<div class="container">
<div class="menu">
<div class="logo">
- <a href="http://mercurial.selenic.com/">
+ <a href="https://mercurial-scm.org/">
<img src="/static/hglogo.png" alt="mercurial" /></a>
</div>
<ul>
@@ -270,7 +270,7 @@
<div class="container">
<div class="menu">
<div class="logo">
- <a href="http://mercurial.selenic.com/">
+ <a href="https://mercurial-scm.org/">
<img src="/static/hglogo.png" alt="mercurial" /></a>
</div>
<ul>
@@ -387,7 +387,7 @@
<div class="container">
<div class="menu">
<div class="logo">
- <a href="http://mercurial.selenic.com/">
+ <a href="https://mercurial-scm.org/">
<img src="/static/hglogo.png" alt="mercurial" /></a>
</div>
<ul>
@@ -496,7 +496,7 @@
<div class="container">
<div class="menu">
<div class="logo">
- <a href="http://mercurial.selenic.com/">
+ <a href="https://mercurial-scm.org/">
<img src="/static/hglogo.png" alt="mercurial" /></a>
</div>
<ul>
@@ -601,7 +601,7 @@
<div class="container">
<div class="menu">
<div class="logo">
- <a href="http://mercurial.selenic.com/">
+ <a href="https://mercurial-scm.org/">
<img src="/static/hglogo.png" width=75 height=90 border=0 alt="mercurial" /></a>
</div>
<ul>
@@ -748,7 +748,7 @@
<script type="text/javascript">process_dates()</script>
<div class="logo">
- <a href="http://mercurial.selenic.com/">
+ <a href="https://mercurial-scm.org/">
<img src="/static/hglogo.png" width=75 height=90 border=0 alt="mercurial"></a>
</div>
--- a/tests/test-hgweb-removed.t Wed Sep 30 15:31:07 2015 -0500
+++ b/tests/test-hgweb-removed.t Wed Sep 30 15:43:49 2015 -0500
@@ -34,7 +34,7 @@
<div class="container">
<div class="menu">
<div class="logo">
- <a href="http://mercurial.selenic.com/">
+ <a href="https://mercurial-scm.org/">
<img src="/static/hglogo.png" alt="mercurial" /></a>
</div>
<ul>
@@ -158,7 +158,7 @@
<div class="container">
<div class="menu">
<div class="logo">
- <a href="http://mercurial.selenic.com/">
+ <a href="https://mercurial-scm.org/">
<img src="/static/hglogo.png" alt="mercurial" /></a>
</div>
<ul>
--- a/tests/test-hgweb.t Wed Sep 30 15:31:07 2015 -0500
+++ b/tests/test-hgweb.t Wed Sep 30 15:43:49 2015 -0500
@@ -61,7 +61,7 @@
<div class="container">
<div class="menu">
<div class="logo">
- <a href="http://mercurial.selenic.com/">
+ <a href="https://mercurial-scm.org/">
<img src="/static/hglogo.png" width=75 height=90 border=0 alt="mercurial" /></a>
</div>
<ul>
@@ -169,7 +169,7 @@
<div class="container">
<div class="menu">
<div class="logo">
- <a href="http://mercurial.selenic.com/">
+ <a href="https://mercurial-scm.org/">
<img src="/static/hglogo.png" width=75 height=90 border=0 alt="mercurial" /></a>
</div>
<ul>
@@ -241,7 +241,7 @@
<div class="container">
<div class="menu">
<div class="logo">
- <a href="http://mercurial.selenic.com/">
+ <a href="https://mercurial-scm.org/">
<img src="/static/hglogo.png" alt="mercurial" /></a>
</div>
<ul>
--- a/tests/test-hgwebdir.t Wed Sep 30 15:31:07 2015 -0500
+++ b/tests/test-hgwebdir.t Wed Sep 30 15:43:49 2015 -0500
@@ -201,7 +201,7 @@
<div class="container">
<div class="menu">
- <a href="http://mercurial.selenic.com/">
+ <a href="https://mercurial-scm.org/">
<img src="/static/hglogo.png" width=75 height=90 border=0 alt="mercurial" /></a>
</div>
<div class="main">
@@ -701,7 +701,7 @@
<div class="container">
<div class="menu">
- <a href="http://mercurial.selenic.com/">
+ <a href="https://mercurial-scm.org/">
<img src="/static/hglogo.png" width=75 height=90 border=0 alt="mercurial" /></a>
</div>
<div class="main">
@@ -1152,7 +1152,7 @@
<div class="container">
<div class="menu">
- <a href="http://mercurial.selenic.com/">
+ <a href="https://mercurial-scm.org/">
<img src="/static/hglogo.png" width=75 height=90 border=0 alt="mercurial" /></a>
</div>
<div class="main">
--- a/tests/test-highlight.t Wed Sep 30 15:31:07 2015 -0500
+++ b/tests/test-highlight.t Wed Sep 30 15:43:49 2015 -0500
@@ -77,7 +77,7 @@
<div class="container">
<div class="menu">
<div class="logo">
- <a href="http://mercurial.selenic.com/">
+ <a href="https://mercurial-scm.org/">
<img src="/static/hglogo.png" alt="mercurial" /></a>
</div>
<ul>
@@ -210,7 +210,7 @@
<div class="container">
<div class="menu">
<div class="logo">
- <a href="http://mercurial.selenic.com/">
+ <a href="https://mercurial-scm.org/">
<img src="/static/hglogo.png" alt="mercurial" /></a>
</div>
<ul>
--- a/tests/test-identify.t Wed Sep 30 15:31:07 2015 -0500
+++ b/tests/test-identify.t Wed Sep 30 15:43:49 2015 -0500
@@ -120,13 +120,13 @@
$ echo fake >> .hg/requires
$ hg id
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 ..
#if no-outer-repo
$ hg id test
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]
#endif
--- a/tests/test-largefiles-misc.t Wed Sep 30 15:31:07 2015 -0500
+++ b/tests/test-largefiles-misc.t Wed Sep 30 15:43:49 2015 -0500
@@ -934,7 +934,7 @@
$TESTTMP/individualenabling/enabledlocally (glob)
$ hg -R notenabledlocally root
abort: repository requires features unknown to this Mercurial: largefiles!
- (see http://mercurial.selenic.com/wiki/MissingRequirement for more information)
+ (see https://mercurial-scm.org/wiki/MissingRequirement for more information)
[255]
$ hg init push-dst
@@ -951,7 +951,7 @@
$ hg clone enabledlocally clone-dst
abort: repository requires features unknown to this Mercurial: largefiles!
- (see http://mercurial.selenic.com/wiki/MissingRequirement for more information)
+ (see https://mercurial-scm.org/wiki/MissingRequirement for more information)
[255]
$ test -d clone-dst
[1]
--- a/tests/test-requires.t Wed Sep 30 15:31:07 2015 -0500
+++ b/tests/test-requires.t Wed Sep 30 15:43:49 2015 -0500
@@ -10,12 +10,12 @@
$ echo indoor-pool > .hg/requires
$ hg tip
abort: repository requires features unknown to this Mercurial: indoor-pool!
- (see http://mercurial.selenic.com/wiki/MissingRequirement for more information)
+ (see https://mercurial-scm.org/wiki/MissingRequirement for more information)
[255]
$ echo outdoor-pool >> .hg/requires
$ hg tip
abort: repository requires features unknown to this Mercurial: indoor-pool outdoor-pool!
- (see http://mercurial.selenic.com/wiki/MissingRequirement for more information)
+ (see https://mercurial-scm.org/wiki/MissingRequirement for more information)
[255]
$ cd ..
@@ -63,7 +63,7 @@
$ hg clone supported clone-dst
abort: repository requires features unknown to this Mercurial: featuresetup-test!
- (see http://mercurial.selenic.com/wiki/MissingRequirement for more information)
+ (see https://mercurial-scm.org/wiki/MissingRequirement for more information)
[255]
$ hg clone --pull supported clone-dst
abort: required features are not supported in the destination: featuresetup-test
--- a/tests/test-subrepo-deep-nested-change.t Wed Sep 30 15:31:07 2015 -0500
+++ b/tests/test-subrepo-deep-nested-change.t Wed Sep 30 15:43:49 2015 -0500
@@ -466,7 +466,7 @@
The local repo enables largefiles if a largefiles repo is cloned
$ hg showconfig extensions
abort: repository requires features unknown to this Mercurial: largefiles!
- (see http://mercurial.selenic.com/wiki/MissingRequirement for more information)
+ (see https://mercurial-scm.org/wiki/MissingRequirement for more information)
[255]
$ hg --config extensions.largefiles= clone -qU . ../lfclone
$ cat ../lfclone/.hg/hgrc
--- a/tests/test-url.py Wed Sep 30 15:31:07 2015 -0500
+++ b/tests/test-url.py Wed Sep 30 15:43:49 2015 -0500
@@ -99,8 +99,8 @@
>>> url('://192.0.2.16:80/')
<url path: '://192.0.2.16:80/'>
- >>> url('http://mercurial.selenic.com')
- <url scheme: 'http', host: 'mercurial.selenic.com'>
+ >>> url('https://mercurial-scm.org')
+ <url scheme: 'https', host: 'mercurial-scm.org'>
>>> url('/foo')
<url path: '/foo'>
>>> url('bundle:/foo')
@@ -174,7 +174,7 @@
Non-localhost file URL:
- >>> u = url('file://mercurial.selenic.com/foo')
+ >>> u = url('file://mercurial-scm.org/foo')
Traceback (most recent call last):
File "<stdin>", line 1, in ?
Abort: file:// URLs can only refer to localhost
--- a/tests/test-win32text.t Wed Sep 30 15:31:07 2015 -0500
+++ b/tests/test-win32text.t Wed Sep 30 15:43:49 2015 -0500
@@ -370,7 +370,7 @@
Trigger deprecation warning:
$ hg id -t
- win32text is deprecated: http://mercurial.selenic.com/wiki/Win32TextExtension
+ win32text is deprecated: https://mercurial-scm.org/wiki/Win32TextExtension
tip
Disable warning: