From patchwork Mon Oct 12 15:34:07 2020 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit Subject: [website] about: replace OpenJDK repository example by nginx repository From: =?utf-8?q?St=C3=A9phane_Blondon?= X-Patchwork-Id: 47436 Message-Id: <25287ad72e44250962a2.1602516847@bearkhoff> To: mercurial-devel@mercurial-scm.org Date: Mon, 12 Oct 2020 17:34:07 +0200 # HG changeset patch # User "Stephane" # Date 1602515246 -7200 # Mon Oct 12 17:07:26 2020 +0200 # Node ID 25287ad72e44250962a2143c77da772cc56c6a68 # Parent 175611e814012885f16543a7fc61ca68d8c5bb64 about: replace OpenJDK repository example by nginx repository OpenJDK does not use Mercurial anymore and nginx uses it. diff -r 175611e81401 -r 25287ad72e44 templates/about/index.html --- a/templates/about/index.html Wed Sep 23 12:17:53 2020 +0200 +++ b/templates/about/index.html Mon Oct 12 17:07:26 2020 +0200 @@ -12,7 +12,7 @@

Fast

-

Mercurial's implementation and data structures are designed to be fast. You can generate diffs between revisions, or jump back in time within seconds. Therefore Mercurial is perfectly suitable for large projects such as OpenJDK (hg) or NetBeans (hg).

+

Mercurial's implementation and data structures are designed to be fast. You can generate diffs between revisions, or jump back in time within seconds. Therefore Mercurial is perfectly suitable for large projects such as nginx (hg) or NetBeans (hg).

Platform independent