mirror of
https://github.com/facebook/sapling.git
synced 2025-01-04 03:06:30 +03:00
urls: bulk-change primary website URLs
This commit is contained in:
parent
7543320395
commit
5e1b4ad958
2
README
2
README
@ -16,5 +16,5 @@ Running without installing:
|
|||||||
$ make local # build for inplace usage
|
$ make local # build for inplace usage
|
||||||
$ ./hg --version # should show the latest version
|
$ ./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.
|
instructions, platform-specific notes, and Mercurial user information.
|
||||||
|
@ -13,7 +13,7 @@
|
|||||||
#
|
#
|
||||||
# $ BYPASS= hg commit
|
# $ BYPASS= hg commit
|
||||||
#
|
#
|
||||||
# See also: http://mercurial.selenic.com/wiki/ContributingChanges
|
# See also: https://mercurial-scm.org/wiki/ContributingChanges
|
||||||
|
|
||||||
import re, sys, os
|
import re, sys, os
|
||||||
|
|
||||||
|
@ -16,7 +16,7 @@ getlines() {
|
|||||||
grep -n "<<<<<<" $FILE | cut -f1 -d:
|
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)
|
# hg showconfig is at the bottom though, since it's slow to run (0.15 seconds)
|
||||||
ED=$HGEDITOR
|
ED=$HGEDITOR
|
||||||
if [ "$ED" = "" ] ; then
|
if [ "$ED" = "" ] ; then
|
||||||
|
@ -1,5 +1,5 @@
|
|||||||
# An example WSGI for use with mod_wsgi, edit as necessary
|
# 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')
|
# Path to repo or hgweb config to serve (see 'hg help hgweb')
|
||||||
config = "/path/to/repo/or/config"
|
config = "/path/to/repo/or/config"
|
||||||
|
@ -25,7 +25,7 @@
|
|||||||
<p class="p2"><br></p>
|
<p class="p2"><br></p>
|
||||||
<p class="p1"><b>Documentation</b></p>
|
<p class="p1"><b>Documentation</b></p>
|
||||||
<p class="p2"><br></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="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="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>
|
<p class="p2"><br></p>
|
||||||
|
@ -11,10 +11,10 @@
|
|||||||
</style>
|
</style>
|
||||||
</head>
|
</head>
|
||||||
<body>
|
<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>
|
<p class="p2"><br></p>
|
||||||
<br>
|
<br>
|
||||||
<p>
|
<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>
|
</body>
|
||||||
</html>
|
</html>
|
||||||
|
@ -25,7 +25,7 @@ Version: snapshot
|
|||||||
Release: 0
|
Release: 0
|
||||||
License: GPLv2+
|
License: GPLv2+
|
||||||
Group: Development/Tools
|
Group: Development/Tools
|
||||||
URL: http://mercurial.selenic.com/
|
URL: https://mercurial-scm.org/
|
||||||
Source0: %{name}-%{version}-%{release}.tar.gz
|
Source0: %{name}-%{version}-%{release}.tar.gz
|
||||||
%if "%{?withpython}"
|
%if "%{?withpython}"
|
||||||
Source1: %{pythonname}.tgz
|
Source1: %{pythonname}.tgz
|
||||||
|
@ -35,5 +35,5 @@ Basic install:
|
|||||||
A proto(2) file is included in this directory as an example of how a
|
A proto(2) file is included in this directory as an example of how a
|
||||||
binary distribution could be packaged, ostensibly with contrib(1).
|
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.
|
instructions, platform-specific notes, and Mercurial user information.
|
||||||
|
@ -1226,7 +1226,7 @@ finish
|
|||||||
|
|
||||||
Author: Mathieu Clabaut <mathieu.clabaut@gmail.com>
|
Author: Mathieu Clabaut <mathieu.clabaut@gmail.com>
|
||||||
Credits: Bob Hiestand <bob.hiestand@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
|
Mercurial (noted Hg) is a fast, lightweight Source Control Management
|
||||||
system designed for efficient handling of very large distributed projects.
|
system designed for efficient handling of very large distributed projects.
|
||||||
|
|
||||||
|
@ -49,7 +49,7 @@
|
|||||||
|
|
||||||
<p>
|
<p>
|
||||||
For documentation, please visit the <a
|
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
|
You can also download a free book, <a
|
||||||
href="http://hgbook.red-bean.com/">Mercurial: The Definitive
|
href="http://hgbook.red-bean.com/">Mercurial: The Definitive
|
||||||
Guide</a>.
|
Guide</a>.
|
||||||
@ -100,7 +100,7 @@ editor = whatever
|
|||||||
By default, Mercurial will use the merge program defined by the
|
By default, Mercurial will use the merge program defined by the
|
||||||
<tt>HGMERGE</tt> environment variable, or uses the one defined
|
<tt>HGMERGE</tt> environment variable, or uses the one defined
|
||||||
in the <tt>mercurial.ini</tt> file. (see <a
|
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)
|
on the Mercurial Wiki for more information)
|
||||||
</p>
|
</p>
|
||||||
|
|
||||||
@ -108,9 +108,9 @@ editor = whatever
|
|||||||
|
|
||||||
<p>
|
<p>
|
||||||
Before you report any problems, please consult the <a
|
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
|
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").
|
Answered Questions</a> (the "FAQ").
|
||||||
</p>
|
</p>
|
||||||
|
|
||||||
|
@ -36,9 +36,9 @@ InfoAfterFile=contrib/win32/postinstall.txt
|
|||||||
LicenseFile=COPYING
|
LicenseFile=COPYING
|
||||||
ShowLanguageDialog=yes
|
ShowLanguageDialog=yes
|
||||||
AppPublisher=Matt Mackall and others
|
AppPublisher=Matt Mackall and others
|
||||||
AppPublisherURL=http://mercurial.selenic.com/
|
AppPublisherURL=https://mercurial-scm.org/
|
||||||
AppSupportURL=http://mercurial.selenic.com/
|
AppSupportURL=https://mercurial-scm.org/
|
||||||
AppUpdatesURL=http://mercurial.selenic.com/
|
AppUpdatesURL=https://mercurial-scm.org/
|
||||||
AppID={{4B95A5F1-EF59-4B08-BED8-C891C46121B3}
|
AppID={{4B95A5F1-EF59-4B08-BED8-C891C46121B3}
|
||||||
AppContact=mercurial@selenic.com
|
AppContact=mercurial@selenic.com
|
||||||
DefaultDirName={pf}\Mercurial
|
DefaultDirName={pf}\Mercurial
|
||||||
@ -90,7 +90,7 @@ Source: CONTRIBUTORS; DestDir: {app}; DestName: Contributors.txt
|
|||||||
Source: COPYING; DestDir: {app}; DestName: Copying.txt
|
Source: COPYING; DestDir: {app}; DestName: Copying.txt
|
||||||
|
|
||||||
[INI]
|
[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
|
Filename: {app}\default.d\editor.rc; Section: ui; Key: editor; String: notepad
|
||||||
|
|
||||||
[UninstallDelete]
|
[UninstallDelete]
|
||||||
|
@ -6,4 +6,4 @@ file that comes with this package.
|
|||||||
|
|
||||||
Also check the release notes at:
|
Also check the release notes at:
|
||||||
|
|
||||||
http://mercurial.selenic.com/wiki/WhatsNew
|
https://mercurial-scm.org/wiki/WhatsNew
|
||||||
|
@ -44,10 +44,10 @@
|
|||||||
|
|
||||||
<!--Property Id='ARPCOMMENTS'>any comments</Property-->
|
<!--Property Id='ARPCOMMENTS'>any comments</Property-->
|
||||||
<Property Id='ARPCONTACT'>mercurial@selenic.com</Property>
|
<Property Id='ARPCONTACT'>mercurial@selenic.com</Property>
|
||||||
<Property Id='ARPHELPLINK'>http://mercurial.selenic.com/wiki/</Property>
|
<Property Id='ARPHELPLINK'>https://mercurial-scm.org/wiki/</Property>
|
||||||
<Property Id='ARPURLINFOABOUT'>http://mercurial.selenic.com/about/</Property>
|
<Property Id='ARPURLINFOABOUT'>https://mercurial-scm.org/about/</Property>
|
||||||
<Property Id='ARPURLUPDATEINFO'>http://mercurial.selenic.com/downloads/</Property>
|
<Property Id='ARPURLUPDATEINFO'>https://mercurial-scm.org/downloads/</Property>
|
||||||
<Property Id='ARPHELPTELEPHONE'>http://mercurial.selenic.com/wiki/Support</Property>
|
<Property Id='ARPHELPTELEPHONE'>https://mercurial-scm.org/wiki/Support</Property>
|
||||||
<Property Id='ARPPRODUCTICON'>hgIcon.ico</Property>
|
<Property Id='ARPPRODUCTICON'>hgIcon.ico</Property>
|
||||||
|
|
||||||
<Property Id='INSTALLEDMERCURIALPRODUCTS' Secure='yes'></Property>
|
<Property Id='INSTALLEDMERCURIALPRODUCTS' Secure='yes'></Property>
|
||||||
|
@ -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
|
* 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
|
* Some styles are from html4css1.css from Docutils, which is in the
|
||||||
* public domain.
|
* public domain.
|
||||||
|
@ -15,7 +15,7 @@
|
|||||||
# audience not running a version control system.
|
# audience not running a version control system.
|
||||||
#
|
#
|
||||||
# For in-depth discussion refer to
|
# 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.
|
# Keyword expansion is based on Mercurial's changeset template mappings.
|
||||||
#
|
#
|
||||||
|
@ -1,6 +1,6 @@
|
|||||||
# Copyright (C) 2006 - Marco Barisione <marco@barisione.org>
|
# 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
|
# that removes files not known to mercurial
|
||||||
#
|
#
|
||||||
# This program was inspired by the "cvspurge" script contained in CVS
|
# This program was inspired by the "cvspurge" script contained in CVS
|
||||||
|
@ -11,7 +11,7 @@ This extension lets you rebase changesets in an existing Mercurial
|
|||||||
repository.
|
repository.
|
||||||
|
|
||||||
For more information:
|
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
|
from mercurial import hg, util, repair, merge, cmdutil, commands, bookmarks
|
||||||
|
@ -174,4 +174,4 @@ def extsetup(ui):
|
|||||||
# deprecated config: win32text.warn
|
# deprecated config: win32text.warn
|
||||||
if ui.configbool('win32text', 'warn', True):
|
if ui.configbool('win32text', 'warn', True):
|
||||||
ui.warn(_("win32text is deprecated: "
|
ui.warn(_("win32text is deprecated: "
|
||||||
"http://mercurial.selenic.com/wiki/Win32TextExtension\n"))
|
"https://mercurial-scm.org/wiki/Win32TextExtension\n"))
|
||||||
|
@ -1,7 +1,7 @@
|
|||||||
#!/usr/bin/env python
|
#!/usr/bin/env python
|
||||||
#
|
#
|
||||||
# An example hgweb CGI script, edit as necessary
|
# 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')
|
# Path to repo or hgweb config to serve (see 'hg help hgweb')
|
||||||
config = "/path/to/repo/or/config"
|
config = "/path/to/repo/or/config"
|
||||||
|
@ -6391,7 +6391,7 @@ def unbundle(ui, repo, fname1, *fnames, **opts):
|
|||||||
except error.BundleUnknownFeatureError as exc:
|
except error.BundleUnknownFeatureError as exc:
|
||||||
raise util.Abort(_('%s: unknown bundle feature, %s')
|
raise util.Abort(_('%s: unknown bundle feature, %s')
|
||||||
% (fname, exc),
|
% (fname, exc),
|
||||||
hint=_("see https://mercurial.selenic.com/"
|
hint=_("see https://mercurial-scm.org/"
|
||||||
"wiki/BundleFeature for more "
|
"wiki/BundleFeature for more "
|
||||||
"information"))
|
"information"))
|
||||||
finally:
|
finally:
|
||||||
@ -6536,7 +6536,7 @@ def verify(ui, repo):
|
|||||||
the changelog, manifest, and tracked files, as well as the
|
the changelog, manifest, and tracked files, as well as the
|
||||||
integrity of their crosslinks and indices.
|
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
|
for more information about recovery from corruption of the
|
||||||
repository.
|
repository.
|
||||||
|
|
||||||
@ -6550,7 +6550,7 @@ def version_(ui):
|
|||||||
ui.write(_("Mercurial Distributed SCM (version %s)\n")
|
ui.write(_("Mercurial Distributed SCM (version %s)\n")
|
||||||
% util.version())
|
% util.version())
|
||||||
ui.status(_(
|
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"
|
"\nCopyright (C) 2005-2015 Matt Mackall and others\n"
|
||||||
"This is free software; see the source for copying conditions. "
|
"This is free software; see the source for copying conditions. "
|
||||||
"There is NO\nwarranty; "
|
"There is NO\nwarranty; "
|
||||||
|
@ -1462,7 +1462,7 @@ are you sure you want to review/edit and confirm the selected changes [yn]?
|
|||||||
self.ui.write("\n")
|
self.ui.write("\n")
|
||||||
return None
|
return None
|
||||||
# patch comment based on the git one (based on comment at end of
|
# 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 = '---' + _("""
|
phelp = '---' + _("""
|
||||||
to remove '-' lines, make them ' ' lines (context).
|
to remove '-' lines, make them ' ' lines (context).
|
||||||
to remove '+' lines, delete them.
|
to remove '+' lines, delete them.
|
||||||
|
@ -365,7 +365,7 @@ def _runcatch(req):
|
|||||||
else:
|
else:
|
||||||
bugtracker = ui.config('ui', 'supportcontact', None)
|
bugtracker = ui.config('ui', 'supportcontact', None)
|
||||||
if bugtracker is None:
|
if bugtracker is None:
|
||||||
bugtracker = _("http://mercurial.selenic.com/wiki/BugTracker")
|
bugtracker = _("https://mercurial-scm.org/wiki/BugTracker")
|
||||||
warning = (_("** unknown exception encountered, "
|
warning = (_("** unknown exception encountered, "
|
||||||
"please report by visiting\n** ") + bugtracker + '\n')
|
"please report by visiting\n** ") + bugtracker + '\n')
|
||||||
warning += ((_("** Python %s\n") % sys.version.replace('\n', '')) +
|
warning += ((_("** Python %s\n") % sys.version.replace('\n', '')) +
|
||||||
|
@ -1749,7 +1749,7 @@ The full set of options is:
|
|||||||
If unset, ``hglogo.png`` will be used.
|
If unset, ``hglogo.png`` will be used.
|
||||||
|
|
||||||
``logourl``
|
``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.
|
will be used.
|
||||||
|
|
||||||
``maxchanges``
|
``maxchanges``
|
||||||
|
@ -104,7 +104,7 @@ Written by Matt Mackall <mpm@selenic.com>
|
|||||||
|
|
||||||
Resources
|
Resources
|
||||||
"""""""""
|
"""""""""
|
||||||
Main Web Site: http://mercurial.selenic.com/
|
Main Web Site: https://mercurial-scm.org/
|
||||||
|
|
||||||
Source code repository: http://selenic.com/hg
|
Source code repository: http://selenic.com/hg
|
||||||
|
|
||||||
|
@ -126,7 +126,7 @@ class requestcontext(object):
|
|||||||
port = req.env['SERVER_PORT']
|
port = req.env['SERVER_PORT']
|
||||||
port = port != default_port and (':' + port) or ''
|
port = port != default_port and (':' + port) or ''
|
||||||
urlbase = '%s://%s%s' % (proto, req.env['SERVER_NAME'], port)
|
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')
|
logoimg = self.config('web', 'logoimg', 'hglogo.png')
|
||||||
staticurl = self.config('web', 'staticurl') or req.url + 'static/'
|
staticurl = self.config('web', 'staticurl') or req.url + 'static/'
|
||||||
if not staticurl.endswith('/'):
|
if not staticurl.endswith('/'):
|
||||||
|
@ -459,7 +459,7 @@ class hgwebdir(object):
|
|||||||
|
|
||||||
start = url[-1] == '?' and '&' or '?'
|
start = url[-1] == '?' and '&' or '?'
|
||||||
sessionvars = webutil.sessionvars(vars, start)
|
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')
|
logoimg = config('web', 'logoimg', 'hglogo.png')
|
||||||
staticurl = config('web', 'staticurl') or url + 'static/'
|
staticurl = config('web', 'staticurl') or url + 'static/'
|
||||||
if not staticurl.endswith('/'):
|
if not staticurl.endswith('/'):
|
||||||
|
@ -14,7 +14,7 @@ It cheats in a major way: nested blocks are not really nested. They
|
|||||||
are just indented blocks that look like they are nested. This relies
|
are just indented blocks that look like they are nested. This relies
|
||||||
on the user to keep the right indentation for the blocks.
|
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.
|
when adding support for new constructs.
|
||||||
"""
|
"""
|
||||||
|
|
||||||
|
@ -995,7 +995,7 @@ def filterpatch(ui, headers, operation=None):
|
|||||||
ui.write("\n")
|
ui.write("\n")
|
||||||
continue
|
continue
|
||||||
# Patch comment based on the Git one (based on comment at end of
|
# 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 = '---' + _("""
|
phelp = '---' + _("""
|
||||||
To remove '-' lines, make them ' ' lines (context).
|
To remove '-' lines, make them ' ' lines (context).
|
||||||
To remove '+' lines, delete them.
|
To remove '+' lines, delete them.
|
||||||
|
@ -975,7 +975,7 @@ def readrequires(opener, supported):
|
|||||||
raise error.RequirementError(
|
raise error.RequirementError(
|
||||||
_("repository requires features unknown to this Mercurial: %s")
|
_("repository requires features unknown to this Mercurial: %s")
|
||||||
% " ".join(missings),
|
% " ".join(missings),
|
||||||
hint=_("see http://mercurial.selenic.com/wiki/MissingRequirement"
|
hint=_("see https://mercurial-scm.org/wiki/MissingRequirement"
|
||||||
" for more information"))
|
" for more information"))
|
||||||
return requirements
|
return requirements
|
||||||
|
|
||||||
|
@ -7,7 +7,7 @@
|
|||||||
<updated>1970-01-01T00:00:00+00:00</updated>
|
<updated>1970-01-01T00:00:00+00:00</updated>
|
||||||
<entry>
|
<entry>
|
||||||
<title>Error</title>
|
<title>Error</title>
|
||||||
<id>http://mercurial.selenic.com/#error</id>
|
<id>https://mercurial-scm.org/#error</id>
|
||||||
<author>
|
<author>
|
||||||
<name>mercurial</name>
|
<name>mercurial</name>
|
||||||
</author>
|
</author>
|
||||||
|
@ -4,7 +4,7 @@
|
|||||||
<item>
|
<item>
|
||||||
<title>Error</title>
|
<title>Error</title>
|
||||||
<description>{error|escape}</description>
|
<description>{error|escape}</description>
|
||||||
<guid>http://mercurial.selenic.com/#error</guid>
|
<guid>https://mercurial-scm.org/#error</guid>
|
||||||
</item>
|
</item>
|
||||||
</channel>
|
</channel>
|
||||||
</rss>
|
</rss>
|
||||||
|
4
setup.py
4
setup.py
@ -602,8 +602,8 @@ setup(name='mercurial',
|
|||||||
version=setupversion,
|
version=setupversion,
|
||||||
author='Matt Mackall and many others',
|
author='Matt Mackall and many others',
|
||||||
author_email='mercurial@selenic.com',
|
author_email='mercurial@selenic.com',
|
||||||
url='http://mercurial.selenic.com/',
|
url='https://mercurial-scm.org/',
|
||||||
download_url='http://mercurial.selenic.com/release/',
|
download_url='https://mercurial-scm.org/release/',
|
||||||
description=('Fast scalable distributed SCM (revision control, version '
|
description=('Fast scalable distributed SCM (revision control, version '
|
||||||
'control) system'),
|
'control) system'),
|
||||||
long_description=('Mercurial is a distributed SCM tool written in Python.'
|
long_description=('Mercurial is a distributed SCM tool written in Python.'
|
||||||
|
@ -3,5 +3,5 @@ To run the tests, do:
|
|||||||
cd tests/
|
cd tests/
|
||||||
python run-tests.py
|
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.
|
more information on writing tests.
|
||||||
|
@ -1221,7 +1221,7 @@ unknown compression while unbundling
|
|||||||
[255]
|
[255]
|
||||||
$ hg unbundle ../rev.hg2.bz
|
$ hg unbundle ../rev.hg2.bz
|
||||||
abort: ../rev.hg2.bz: unknown bundle feature, Stream Parameter - Compression='FooBarUnknown'
|
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]
|
[255]
|
||||||
|
|
||||||
$ cd ..
|
$ cd ..
|
||||||
|
@ -117,7 +117,7 @@ Make sure we do not obscure unknown requires file entries (issue2649)
|
|||||||
$ echo fake >> .hg/requires
|
$ echo fake >> .hg/requires
|
||||||
$ hg commit -m bla
|
$ hg commit -m bla
|
||||||
abort: repository requires features unknown to this Mercurial: fake!
|
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]
|
[255]
|
||||||
|
|
||||||
$ cd ..
|
$ cd ..
|
||||||
|
@ -954,7 +954,7 @@ Declare the version as supporting this hg version, show regular bts link:
|
|||||||
$ rm -f throw.pyc throw.pyo
|
$ rm -f throw.pyc throw.pyo
|
||||||
$ hg --config extensions.throw=throw.py throw 2>&1 | egrep '^\*\*'
|
$ hg --config extensions.throw=throw.py throw 2>&1 | egrep '^\*\*'
|
||||||
** unknown exception encountered, please report by visiting
|
** unknown exception encountered, please report by visiting
|
||||||
** http://mercurial.selenic.com/wiki/BugTracker
|
** https://mercurial-scm.org/wiki/BugTracker
|
||||||
** Python * (glob)
|
** Python * (glob)
|
||||||
** Mercurial Distributed SCM (*) (glob)
|
** Mercurial Distributed SCM (*) (glob)
|
||||||
** Extensions loaded: throw
|
** Extensions loaded: throw
|
||||||
@ -965,7 +965,7 @@ Patch version is ignored during compatibility check
|
|||||||
$ rm -f throw.pyc throw.pyo
|
$ rm -f throw.pyc throw.pyo
|
||||||
$ hg --config extensions.throw=throw.py throw 2>&1 | egrep '^\*\*'
|
$ hg --config extensions.throw=throw.py throw 2>&1 | egrep '^\*\*'
|
||||||
** unknown exception encountered, please report by visiting
|
** unknown exception encountered, please report by visiting
|
||||||
** http://mercurial.selenic.com/wiki/BugTracker
|
** https://mercurial-scm.org/wiki/BugTracker
|
||||||
** Python * (glob)
|
** Python * (glob)
|
||||||
** Mercurial Distributed SCM (*) (glob)
|
** Mercurial Distributed SCM (*) (glob)
|
||||||
** Extensions loaded: throw
|
** Extensions loaded: throw
|
||||||
@ -975,7 +975,7 @@ Test version number support in 'hg version':
|
|||||||
$ rm -f throw.pyc throw.pyo
|
$ rm -f throw.pyc throw.pyo
|
||||||
$ hg version -v
|
$ hg version -v
|
||||||
Mercurial Distributed SCM (version *) (glob)
|
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)
|
Copyright (C) 2005-* Matt Mackall and others (glob)
|
||||||
This is free software; see the source for copying conditions. There is NO
|
This is free software; see the source for copying conditions. There is NO
|
||||||
@ -986,7 +986,7 @@ Test version number support in 'hg version':
|
|||||||
|
|
||||||
$ hg version -v --config extensions.throw=throw.py
|
$ hg version -v --config extensions.throw=throw.py
|
||||||
Mercurial Distributed SCM (version *) (glob)
|
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)
|
Copyright (C) 2005-* Matt Mackall and others (glob)
|
||||||
This is free software; see the source for copying conditions. There is NO
|
This is free software; see the source for copying conditions. There is NO
|
||||||
@ -999,7 +999,7 @@ Test version number support in 'hg version':
|
|||||||
$ rm -f throw.pyc throw.pyo
|
$ rm -f throw.pyc throw.pyo
|
||||||
$ hg version -v --config extensions.throw=throw.py
|
$ hg version -v --config extensions.throw=throw.py
|
||||||
Mercurial Distributed SCM (version *) (glob)
|
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)
|
Copyright (C) 2005-* Matt Mackall and others (glob)
|
||||||
This is free software; see the source for copying conditions. There is NO
|
This is free software; see the source for copying conditions. There is NO
|
||||||
|
@ -411,7 +411,7 @@ Test help option with version option
|
|||||||
|
|
||||||
$ hg add -h --version
|
$ hg add -h --version
|
||||||
Mercurial Distributed SCM (version *) (glob)
|
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
|
Copyright (C) 2005-2015 Matt Mackall and others
|
||||||
This is free software; see the source for copying conditions. There is NO
|
This is free software; see the source for copying conditions. There is NO
|
||||||
@ -457,7 +457,7 @@ Test command without options
|
|||||||
manifest, and tracked files, as well as the integrity of their crosslinks
|
manifest, and tracked files, as well as the integrity of their crosslinks
|
||||||
and indices.
|
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.
|
information about recovery from corruption of the repository.
|
||||||
|
|
||||||
Returns 0 on success, 1 if errors are encountered.
|
Returns 0 on success, 1 if errors are encountered.
|
||||||
@ -1377,7 +1377,7 @@ Dish up an empty repo; serve it cold.
|
|||||||
<div class="container">
|
<div class="container">
|
||||||
<div class="menu">
|
<div class="menu">
|
||||||
<div class="logo">
|
<div class="logo">
|
||||||
<a href="http://mercurial.selenic.com/">
|
<a href="https://mercurial-scm.org/">
|
||||||
<img src="/static/hglogo.png" alt="mercurial" /></a>
|
<img src="/static/hglogo.png" alt="mercurial" /></a>
|
||||||
</div>
|
</div>
|
||||||
<ul>
|
<ul>
|
||||||
@ -1935,7 +1935,7 @@ Dish up an empty repo; serve it cold.
|
|||||||
<div class="container">
|
<div class="container">
|
||||||
<div class="menu">
|
<div class="menu">
|
||||||
<div class="logo">
|
<div class="logo">
|
||||||
<a href="http://mercurial.selenic.com/">
|
<a href="https://mercurial-scm.org/">
|
||||||
<img src="/static/hglogo.png" alt="mercurial" /></a>
|
<img src="/static/hglogo.png" alt="mercurial" /></a>
|
||||||
</div>
|
</div>
|
||||||
<ul>
|
<ul>
|
||||||
@ -2095,7 +2095,7 @@ Dish up an empty repo; serve it cold.
|
|||||||
<div class="container">
|
<div class="container">
|
||||||
<div class="menu">
|
<div class="menu">
|
||||||
<div class="logo">
|
<div class="logo">
|
||||||
<a href="http://mercurial.selenic.com/">
|
<a href="https://mercurial-scm.org/">
|
||||||
<img src="/static/hglogo.png" alt="mercurial" /></a>
|
<img src="/static/hglogo.png" alt="mercurial" /></a>
|
||||||
</div>
|
</div>
|
||||||
<ul>
|
<ul>
|
||||||
@ -2288,7 +2288,7 @@ Dish up an empty repo; serve it cold.
|
|||||||
<div class="container">
|
<div class="container">
|
||||||
<div class="menu">
|
<div class="menu">
|
||||||
<div class="logo">
|
<div class="logo">
|
||||||
<a href="http://mercurial.selenic.com/">
|
<a href="https://mercurial-scm.org/">
|
||||||
<img src="/static/hglogo.png" alt="mercurial" /></a>
|
<img src="/static/hglogo.png" alt="mercurial" /></a>
|
||||||
</div>
|
</div>
|
||||||
<ul>
|
<ul>
|
||||||
|
@ -69,7 +69,7 @@ issue1829: wrong indentation
|
|||||||
$ echo '%include $FAKEPATH/no-such-file' > $HGRC
|
$ echo '%include $FAKEPATH/no-such-file' > $HGRC
|
||||||
$ hg version
|
$ hg version
|
||||||
Mercurial Distributed SCM (version *) (glob)
|
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
|
Copyright (C) 2005-2015 Matt Mackall and others
|
||||||
This is free software; see the source for copying conditions. There is NO
|
This is free software; see the source for copying conditions. There is NO
|
||||||
|
@ -705,7 +705,7 @@ Logs and changes
|
|||||||
<div class="container">
|
<div class="container">
|
||||||
<div class="menu">
|
<div class="menu">
|
||||||
<div class="logo">
|
<div class="logo">
|
||||||
<a href="http://mercurial.selenic.com/">
|
<a href="https://mercurial-scm.org/">
|
||||||
<img src="/static/hglogo.png" alt="mercurial" /></a>
|
<img src="/static/hglogo.png" alt="mercurial" /></a>
|
||||||
</div>
|
</div>
|
||||||
<ul>
|
<ul>
|
||||||
@ -841,7 +841,7 @@ Logs and changes
|
|||||||
<div class="container">
|
<div class="container">
|
||||||
<div class="menu">
|
<div class="menu">
|
||||||
<div class="logo">
|
<div class="logo">
|
||||||
<a href="http://mercurial.selenic.com/">
|
<a href="https://mercurial-scm.org/">
|
||||||
<img src="/static/hglogo.png" alt="mercurial" /></a>
|
<img src="/static/hglogo.png" alt="mercurial" /></a>
|
||||||
</div>
|
</div>
|
||||||
<ul>
|
<ul>
|
||||||
@ -991,7 +991,7 @@ Logs and changes
|
|||||||
<div class="container">
|
<div class="container">
|
||||||
<div class="menu">
|
<div class="menu">
|
||||||
<div class="logo">
|
<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>
|
<img src="/static/hglogo.png" width=75 height=90 border=0 alt="mercurial"></a>
|
||||||
</div>
|
</div>
|
||||||
<ul>
|
<ul>
|
||||||
@ -1269,7 +1269,7 @@ File-related
|
|||||||
<div class="container">
|
<div class="container">
|
||||||
<div class="menu">
|
<div class="menu">
|
||||||
<div class="logo">
|
<div class="logo">
|
||||||
<a href="http://mercurial.selenic.com/">
|
<a href="https://mercurial-scm.org/">
|
||||||
<img src="/static/hglogo.png" alt="mercurial" /></a>
|
<img src="/static/hglogo.png" alt="mercurial" /></a>
|
||||||
</div>
|
</div>
|
||||||
<ul>
|
<ul>
|
||||||
@ -1395,7 +1395,7 @@ File-related
|
|||||||
<div class="container">
|
<div class="container">
|
||||||
<div class="menu">
|
<div class="menu">
|
||||||
<div class="logo">
|
<div class="logo">
|
||||||
<a href="http://mercurial.selenic.com/">
|
<a href="https://mercurial-scm.org/">
|
||||||
<img src="/static/hglogo.png" alt="mercurial" /></a>
|
<img src="/static/hglogo.png" alt="mercurial" /></a>
|
||||||
</div>
|
</div>
|
||||||
<ul>
|
<ul>
|
||||||
@ -1514,7 +1514,7 @@ Overviews
|
|||||||
<body>
|
<body>
|
||||||
|
|
||||||
<div class="page_header">
|
<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
|
<a href="/">Mercurial</a> / summary
|
||||||
<form action="/log">
|
<form action="/log">
|
||||||
<input type="hidden" name="style" value="gitweb" />
|
<input type="hidden" name="style" value="gitweb" />
|
||||||
@ -1714,7 +1714,7 @@ Overviews
|
|||||||
<body>
|
<body>
|
||||||
|
|
||||||
<div class="page_header">
|
<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
|
<a href="/">Mercurial</a> / graph
|
||||||
</div>
|
</div>
|
||||||
|
|
||||||
|
@ -47,7 +47,7 @@ manifest with descending (paper)
|
|||||||
<div class="container">
|
<div class="container">
|
||||||
<div class="menu">
|
<div class="menu">
|
||||||
<div class="logo">
|
<div class="logo">
|
||||||
<a href="http://mercurial.selenic.com/">
|
<a href="https://mercurial-scm.org/">
|
||||||
<img src="/static/hglogo.png" alt="mercurial" /></a>
|
<img src="/static/hglogo.png" alt="mercurial" /></a>
|
||||||
</div>
|
</div>
|
||||||
<ul>
|
<ul>
|
||||||
@ -167,7 +167,7 @@ manifest with descending (coal)
|
|||||||
<div class="container">
|
<div class="container">
|
||||||
<div class="menu">
|
<div class="menu">
|
||||||
<div class="logo">
|
<div class="logo">
|
||||||
<a href="http://mercurial.selenic.com/">
|
<a href="https://mercurial-scm.org/">
|
||||||
<img src="/static/hglogo.png" alt="mercurial" /></a>
|
<img src="/static/hglogo.png" alt="mercurial" /></a>
|
||||||
</div>
|
</div>
|
||||||
<ul>
|
<ul>
|
||||||
@ -371,7 +371,7 @@ manifest with descending (monoblue)
|
|||||||
</div>
|
</div>
|
||||||
|
|
||||||
<div id="powered-by">
|
<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>
|
||||||
|
|
||||||
</div>
|
</div>
|
||||||
@ -403,7 +403,7 @@ manifest with descending (gitweb)
|
|||||||
<body>
|
<body>
|
||||||
|
|
||||||
<div class="page_header">
|
<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
|
<a href="/">Mercurial</a> / files
|
||||||
</div>
|
</div>
|
||||||
|
|
||||||
@ -554,7 +554,7 @@ manifest with descending (spartan)
|
|||||||
<script type="text/javascript">process_dates()</script>
|
<script type="text/javascript">process_dates()</script>
|
||||||
|
|
||||||
<div class="logo">
|
<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>
|
<img src="/static/hglogo.png" width=75 height=90 border=0 alt="mercurial"></a>
|
||||||
</div>
|
</div>
|
||||||
|
|
||||||
|
@ -53,7 +53,7 @@ revision
|
|||||||
<div class="container">
|
<div class="container">
|
||||||
<div class="menu">
|
<div class="menu">
|
||||||
<div class="logo">
|
<div class="logo">
|
||||||
<a href="http://mercurial.selenic.com/">
|
<a href="https://mercurial-scm.org/">
|
||||||
<img src="/static/hglogo.png" alt="mercurial" /></a>
|
<img src="/static/hglogo.png" alt="mercurial" /></a>
|
||||||
</div>
|
</div>
|
||||||
<ul>
|
<ul>
|
||||||
@ -222,7 +222,7 @@ diff removed file
|
|||||||
<div class="container">
|
<div class="container">
|
||||||
<div class="menu">
|
<div class="menu">
|
||||||
<div class="logo">
|
<div class="logo">
|
||||||
<a href="http://mercurial.selenic.com/">
|
<a href="https://mercurial-scm.org/">
|
||||||
<img src="/static/hglogo.png" alt="mercurial" /></a>
|
<img src="/static/hglogo.png" alt="mercurial" /></a>
|
||||||
</div>
|
</div>
|
||||||
<ul>
|
<ul>
|
||||||
@ -331,7 +331,7 @@ revision
|
|||||||
<div class="container">
|
<div class="container">
|
||||||
<div class="menu">
|
<div class="menu">
|
||||||
<div class="logo">
|
<div class="logo">
|
||||||
<a href="http://mercurial.selenic.com/">
|
<a href="https://mercurial-scm.org/">
|
||||||
<img src="/static/hglogo.png" alt="mercurial" /></a>
|
<img src="/static/hglogo.png" alt="mercurial" /></a>
|
||||||
</div>
|
</div>
|
||||||
<ul>
|
<ul>
|
||||||
@ -504,7 +504,7 @@ diff modified file
|
|||||||
<div class="container">
|
<div class="container">
|
||||||
<div class="menu">
|
<div class="menu">
|
||||||
<div class="logo">
|
<div class="logo">
|
||||||
<a href="http://mercurial.selenic.com/">
|
<a href="https://mercurial-scm.org/">
|
||||||
<img src="/static/hglogo.png" alt="mercurial" /></a>
|
<img src="/static/hglogo.png" alt="mercurial" /></a>
|
||||||
</div>
|
</div>
|
||||||
<ul>
|
<ul>
|
||||||
@ -610,7 +610,7 @@ comparison new file
|
|||||||
<div class="container">
|
<div class="container">
|
||||||
<div class="menu">
|
<div class="menu">
|
||||||
<div class="logo">
|
<div class="logo">
|
||||||
<a href="http://mercurial.selenic.com/">
|
<a href="https://mercurial-scm.org/">
|
||||||
<img src="/static/hglogo.png" alt="mercurial" /></a>
|
<img src="/static/hglogo.png" alt="mercurial" /></a>
|
||||||
</div>
|
</div>
|
||||||
<ul>
|
<ul>
|
||||||
@ -740,7 +740,7 @@ comparison existing file
|
|||||||
<div class="container">
|
<div class="container">
|
||||||
<div class="menu">
|
<div class="menu">
|
||||||
<div class="logo">
|
<div class="logo">
|
||||||
<a href="http://mercurial.selenic.com/">
|
<a href="https://mercurial-scm.org/">
|
||||||
<img src="/static/hglogo.png" alt="mercurial" /></a>
|
<img src="/static/hglogo.png" alt="mercurial" /></a>
|
||||||
</div>
|
</div>
|
||||||
<ul>
|
<ul>
|
||||||
@ -872,7 +872,7 @@ comparison removed file
|
|||||||
<div class="container">
|
<div class="container">
|
||||||
<div class="menu">
|
<div class="menu">
|
||||||
<div class="logo">
|
<div class="logo">
|
||||||
<a href="http://mercurial.selenic.com/">
|
<a href="https://mercurial-scm.org/">
|
||||||
<img src="/static/hglogo.png" alt="mercurial" /></a>
|
<img src="/static/hglogo.png" alt="mercurial" /></a>
|
||||||
</div>
|
</div>
|
||||||
<ul>
|
<ul>
|
||||||
@ -1010,7 +1010,7 @@ comparison not-modified file
|
|||||||
<div class="container">
|
<div class="container">
|
||||||
<div class="menu">
|
<div class="menu">
|
||||||
<div class="logo">
|
<div class="logo">
|
||||||
<a href="http://mercurial.selenic.com/">
|
<a href="https://mercurial-scm.org/">
|
||||||
<img src="/static/hglogo.png" alt="mercurial" /></a>
|
<img src="/static/hglogo.png" alt="mercurial" /></a>
|
||||||
</div>
|
</div>
|
||||||
<ul>
|
<ul>
|
||||||
|
@ -28,7 +28,7 @@ Some tests for hgweb in an empty repository
|
|||||||
<div class="container">
|
<div class="container">
|
||||||
<div class="menu">
|
<div class="menu">
|
||||||
<div class="logo">
|
<div class="logo">
|
||||||
<a href="http://mercurial.selenic.com/">
|
<a href="https://mercurial-scm.org/">
|
||||||
<img src="/static/hglogo.png" alt="mercurial" /></a>
|
<img src="/static/hglogo.png" alt="mercurial" /></a>
|
||||||
</div>
|
</div>
|
||||||
<ul>
|
<ul>
|
||||||
@ -139,7 +139,7 @@ Some tests for hgweb in an empty repository
|
|||||||
<div class="container">
|
<div class="container">
|
||||||
<div class="menu">
|
<div class="menu">
|
||||||
<div class="logo">
|
<div class="logo">
|
||||||
<a href="http://mercurial.selenic.com/">
|
<a href="https://mercurial-scm.org/">
|
||||||
<img src="/static/hglogo.png" alt="mercurial" /></a>
|
<img src="/static/hglogo.png" alt="mercurial" /></a>
|
||||||
</div>
|
</div>
|
||||||
<ul>
|
<ul>
|
||||||
@ -249,7 +249,7 @@ Some tests for hgweb in an empty repository
|
|||||||
<div class="container">
|
<div class="container">
|
||||||
<div class="menu">
|
<div class="menu">
|
||||||
<div class="logo">
|
<div class="logo">
|
||||||
<a href="http://mercurial.selenic.com/">
|
<a href="https://mercurial-scm.org/">
|
||||||
<img src="/static/hglogo.png" alt="mercurial" /></a>
|
<img src="/static/hglogo.png" alt="mercurial" /></a>
|
||||||
</div>
|
</div>
|
||||||
<ul>
|
<ul>
|
||||||
@ -398,7 +398,7 @@ Some tests for hgweb in an empty repository
|
|||||||
<div class="container">
|
<div class="container">
|
||||||
<div class="menu">
|
<div class="menu">
|
||||||
<div class="logo">
|
<div class="logo">
|
||||||
<a href="http://mercurial.selenic.com/">
|
<a href="https://mercurial-scm.org/">
|
||||||
<img src="/static/hglogo.png" alt="mercurial" /></a>
|
<img src="/static/hglogo.png" alt="mercurial" /></a>
|
||||||
</div>
|
</div>
|
||||||
<ul>
|
<ul>
|
||||||
|
@ -153,7 +153,7 @@ tip - two revisions
|
|||||||
<div class="container">
|
<div class="container">
|
||||||
<div class="menu">
|
<div class="menu">
|
||||||
<div class="logo">
|
<div class="logo">
|
||||||
<a href="http://mercurial.selenic.com/">
|
<a href="https://mercurial-scm.org/">
|
||||||
<img src="/static/hglogo.png" alt="mercurial" /></a>
|
<img src="/static/hglogo.png" alt="mercurial" /></a>
|
||||||
</div>
|
</div>
|
||||||
<ul>
|
<ul>
|
||||||
@ -270,7 +270,7 @@ second version - two revisions
|
|||||||
<div class="container">
|
<div class="container">
|
||||||
<div class="menu">
|
<div class="menu">
|
||||||
<div class="logo">
|
<div class="logo">
|
||||||
<a href="http://mercurial.selenic.com/">
|
<a href="https://mercurial-scm.org/">
|
||||||
<img src="/static/hglogo.png" alt="mercurial" /></a>
|
<img src="/static/hglogo.png" alt="mercurial" /></a>
|
||||||
</div>
|
</div>
|
||||||
<ul>
|
<ul>
|
||||||
@ -387,7 +387,7 @@ first deleted - one revision
|
|||||||
<div class="container">
|
<div class="container">
|
||||||
<div class="menu">
|
<div class="menu">
|
||||||
<div class="logo">
|
<div class="logo">
|
||||||
<a href="http://mercurial.selenic.com/">
|
<a href="https://mercurial-scm.org/">
|
||||||
<img src="/static/hglogo.png" alt="mercurial" /></a>
|
<img src="/static/hglogo.png" alt="mercurial" /></a>
|
||||||
</div>
|
</div>
|
||||||
<ul>
|
<ul>
|
||||||
@ -496,7 +496,7 @@ first version - one revision
|
|||||||
<div class="container">
|
<div class="container">
|
||||||
<div class="menu">
|
<div class="menu">
|
||||||
<div class="logo">
|
<div class="logo">
|
||||||
<a href="http://mercurial.selenic.com/">
|
<a href="https://mercurial-scm.org/">
|
||||||
<img src="/static/hglogo.png" alt="mercurial" /></a>
|
<img src="/static/hglogo.png" alt="mercurial" /></a>
|
||||||
</div>
|
</div>
|
||||||
<ul>
|
<ul>
|
||||||
@ -601,7 +601,7 @@ before addition - error
|
|||||||
<div class="container">
|
<div class="container">
|
||||||
<div class="menu">
|
<div class="menu">
|
||||||
<div class="logo">
|
<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>
|
<img src="/static/hglogo.png" width=75 height=90 border=0 alt="mercurial" /></a>
|
||||||
</div>
|
</div>
|
||||||
<ul>
|
<ul>
|
||||||
@ -748,7 +748,7 @@ should show base link, use spartan because it shows it
|
|||||||
<script type="text/javascript">process_dates()</script>
|
<script type="text/javascript">process_dates()</script>
|
||||||
|
|
||||||
<div class="logo">
|
<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>
|
<img src="/static/hglogo.png" width=75 height=90 border=0 alt="mercurial"></a>
|
||||||
</div>
|
</div>
|
||||||
|
|
||||||
|
@ -34,7 +34,7 @@ revision
|
|||||||
<div class="container">
|
<div class="container">
|
||||||
<div class="menu">
|
<div class="menu">
|
||||||
<div class="logo">
|
<div class="logo">
|
||||||
<a href="http://mercurial.selenic.com/">
|
<a href="https://mercurial-scm.org/">
|
||||||
<img src="/static/hglogo.png" alt="mercurial" /></a>
|
<img src="/static/hglogo.png" alt="mercurial" /></a>
|
||||||
</div>
|
</div>
|
||||||
<ul>
|
<ul>
|
||||||
@ -158,7 +158,7 @@ diff removed file
|
|||||||
<div class="container">
|
<div class="container">
|
||||||
<div class="menu">
|
<div class="menu">
|
||||||
<div class="logo">
|
<div class="logo">
|
||||||
<a href="http://mercurial.selenic.com/">
|
<a href="https://mercurial-scm.org/">
|
||||||
<img src="/static/hglogo.png" alt="mercurial" /></a>
|
<img src="/static/hglogo.png" alt="mercurial" /></a>
|
||||||
</div>
|
</div>
|
||||||
<ul>
|
<ul>
|
||||||
|
@ -61,7 +61,7 @@ should give a 404 - static file that does not exist
|
|||||||
<div class="container">
|
<div class="container">
|
||||||
<div class="menu">
|
<div class="menu">
|
||||||
<div class="logo">
|
<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>
|
<img src="/static/hglogo.png" width=75 height=90 border=0 alt="mercurial" /></a>
|
||||||
</div>
|
</div>
|
||||||
<ul>
|
<ul>
|
||||||
@ -169,7 +169,7 @@ should give a 404 - file does not exist
|
|||||||
<div class="container">
|
<div class="container">
|
||||||
<div class="menu">
|
<div class="menu">
|
||||||
<div class="logo">
|
<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>
|
<img src="/static/hglogo.png" width=75 height=90 border=0 alt="mercurial" /></a>
|
||||||
</div>
|
</div>
|
||||||
<ul>
|
<ul>
|
||||||
@ -241,7 +241,7 @@ try bad style
|
|||||||
<div class="container">
|
<div class="container">
|
||||||
<div class="menu">
|
<div class="menu">
|
||||||
<div class="logo">
|
<div class="logo">
|
||||||
<a href="http://mercurial.selenic.com/">
|
<a href="https://mercurial-scm.org/">
|
||||||
<img src="/static/hglogo.png" alt="mercurial" /></a>
|
<img src="/static/hglogo.png" alt="mercurial" /></a>
|
||||||
</div>
|
</div>
|
||||||
<ul>
|
<ul>
|
||||||
|
@ -201,7 +201,7 @@ should succeed, slashy names
|
|||||||
|
|
||||||
<div class="container">
|
<div class="container">
|
||||||
<div class="menu">
|
<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>
|
<img src="/static/hglogo.png" width=75 height=90 border=0 alt="mercurial" /></a>
|
||||||
</div>
|
</div>
|
||||||
<div class="main">
|
<div class="main">
|
||||||
@ -701,7 +701,7 @@ should succeed, slashy names
|
|||||||
|
|
||||||
<div class="container">
|
<div class="container">
|
||||||
<div class="menu">
|
<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>
|
<img src="/static/hglogo.png" width=75 height=90 border=0 alt="mercurial" /></a>
|
||||||
</div>
|
</div>
|
||||||
<div class="main">
|
<div class="main">
|
||||||
@ -1152,7 +1152,7 @@ test inexistent and inaccessible repo should be ignored silently
|
|||||||
|
|
||||||
<div class="container">
|
<div class="container">
|
||||||
<div class="menu">
|
<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>
|
<img src="/static/hglogo.png" width=75 height=90 border=0 alt="mercurial" /></a>
|
||||||
</div>
|
</div>
|
||||||
<div class="main">
|
<div class="main">
|
||||||
|
@ -77,7 +77,7 @@ hgweb filerevision, html
|
|||||||
<div class="container">
|
<div class="container">
|
||||||
<div class="menu">
|
<div class="menu">
|
||||||
<div class="logo">
|
<div class="logo">
|
||||||
<a href="http://mercurial.selenic.com/">
|
<a href="https://mercurial-scm.org/">
|
||||||
<img src="/static/hglogo.png" alt="mercurial" /></a>
|
<img src="/static/hglogo.png" alt="mercurial" /></a>
|
||||||
</div>
|
</div>
|
||||||
<ul>
|
<ul>
|
||||||
@ -210,7 +210,7 @@ hgweb fileannotate, html
|
|||||||
<div class="container">
|
<div class="container">
|
||||||
<div class="menu">
|
<div class="menu">
|
||||||
<div class="logo">
|
<div class="logo">
|
||||||
<a href="http://mercurial.selenic.com/">
|
<a href="https://mercurial-scm.org/">
|
||||||
<img src="/static/hglogo.png" alt="mercurial" /></a>
|
<img src="/static/hglogo.png" alt="mercurial" /></a>
|
||||||
</div>
|
</div>
|
||||||
<ul>
|
<ul>
|
||||||
|
@ -120,13 +120,13 @@ Make sure we do not obscure unknown requires file entries (issue2649)
|
|||||||
$ echo fake >> .hg/requires
|
$ echo fake >> .hg/requires
|
||||||
$ hg id
|
$ hg id
|
||||||
abort: repository requires features unknown to this Mercurial: fake!
|
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]
|
[255]
|
||||||
|
|
||||||
$ cd ..
|
$ cd ..
|
||||||
#if no-outer-repo
|
#if no-outer-repo
|
||||||
$ hg id test
|
$ hg id test
|
||||||
abort: repository requires features unknown to this Mercurial: fake!
|
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]
|
[255]
|
||||||
#endif
|
#endif
|
||||||
|
@ -934,7 +934,7 @@ enabling largefiles extension.
|
|||||||
$TESTTMP/individualenabling/enabledlocally (glob)
|
$TESTTMP/individualenabling/enabledlocally (glob)
|
||||||
$ hg -R notenabledlocally root
|
$ hg -R notenabledlocally root
|
||||||
abort: repository requires features unknown to this Mercurial: largefiles!
|
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]
|
[255]
|
||||||
|
|
||||||
$ hg init push-dst
|
$ hg init push-dst
|
||||||
@ -951,7 +951,7 @@ enabling largefiles extension.
|
|||||||
|
|
||||||
$ hg clone enabledlocally clone-dst
|
$ hg clone enabledlocally clone-dst
|
||||||
abort: repository requires features unknown to this Mercurial: largefiles!
|
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]
|
[255]
|
||||||
$ test -d clone-dst
|
$ test -d clone-dst
|
||||||
[1]
|
[1]
|
||||||
|
@ -10,12 +10,12 @@
|
|||||||
$ echo indoor-pool > .hg/requires
|
$ echo indoor-pool > .hg/requires
|
||||||
$ hg tip
|
$ hg tip
|
||||||
abort: repository requires features unknown to this Mercurial: indoor-pool!
|
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]
|
[255]
|
||||||
$ echo outdoor-pool >> .hg/requires
|
$ echo outdoor-pool >> .hg/requires
|
||||||
$ hg tip
|
$ hg tip
|
||||||
abort: repository requires features unknown to this Mercurial: indoor-pool outdoor-pool!
|
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]
|
[255]
|
||||||
$ cd ..
|
$ cd ..
|
||||||
|
|
||||||
@ -63,7 +63,7 @@ another repository of push/pull/clone on localhost:
|
|||||||
|
|
||||||
$ hg clone supported clone-dst
|
$ hg clone supported clone-dst
|
||||||
abort: repository requires features unknown to this Mercurial: featuresetup-test!
|
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]
|
[255]
|
||||||
$ hg clone --pull supported clone-dst
|
$ hg clone --pull supported clone-dst
|
||||||
abort: required features are not supported in the destination: featuresetup-test
|
abort: required features are not supported in the destination: featuresetup-test
|
||||||
|
@ -466,7 +466,7 @@ Find an exact largefile match in a largefiles subrepo
|
|||||||
The local repo enables largefiles if a largefiles repo is cloned
|
The local repo enables largefiles if a largefiles repo is cloned
|
||||||
$ hg showconfig extensions
|
$ hg showconfig extensions
|
||||||
abort: repository requires features unknown to this Mercurial: largefiles!
|
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]
|
[255]
|
||||||
$ hg --config extensions.largefiles= clone -qU . ../lfclone
|
$ hg --config extensions.largefiles= clone -qU . ../lfclone
|
||||||
$ cat ../lfclone/.hg/hgrc
|
$ cat ../lfclone/.hg/hgrc
|
||||||
|
@ -99,8 +99,8 @@ def test_url():
|
|||||||
|
|
||||||
>>> url('://192.0.2.16:80/')
|
>>> url('://192.0.2.16:80/')
|
||||||
<url path: '://192.0.2.16:80/'>
|
<url path: '://192.0.2.16:80/'>
|
||||||
>>> url('http://mercurial.selenic.com')
|
>>> url('https://mercurial-scm.org')
|
||||||
<url scheme: 'http', host: 'mercurial.selenic.com'>
|
<url scheme: 'https', host: 'mercurial-scm.org'>
|
||||||
>>> url('/foo')
|
>>> url('/foo')
|
||||||
<url path: '/foo'>
|
<url path: '/foo'>
|
||||||
>>> url('bundle:/foo')
|
>>> url('bundle:/foo')
|
||||||
@ -174,7 +174,7 @@ def test_url():
|
|||||||
|
|
||||||
Non-localhost file URL:
|
Non-localhost file URL:
|
||||||
|
|
||||||
>>> u = url('file://mercurial.selenic.com/foo')
|
>>> u = url('file://mercurial-scm.org/foo')
|
||||||
Traceback (most recent call last):
|
Traceback (most recent call last):
|
||||||
File "<stdin>", line 1, in ?
|
File "<stdin>", line 1, in ?
|
||||||
Abort: file:// URLs can only refer to localhost
|
Abort: file:// URLs can only refer to localhost
|
||||||
|
@ -370,7 +370,7 @@ and now for something completely different
|
|||||||
Trigger deprecation warning:
|
Trigger deprecation warning:
|
||||||
|
|
||||||
$ hg id -t
|
$ hg id -t
|
||||||
win32text is deprecated: http://mercurial.selenic.com/wiki/Win32TextExtension
|
win32text is deprecated: https://mercurial-scm.org/wiki/Win32TextExtension
|
||||||
tip
|
tip
|
||||||
|
|
||||||
Disable warning:
|
Disable warning:
|
||||||
|
Loading…
Reference in New Issue
Block a user