[PATCH] who: remove OpenJDK
Marcus Harnisch
mh-mercurial at online.de
Wed Aug 5 09:38:56 UTC 2020
On 05/08/2020 10.47, Pulkit Goyal wrote:
> Oops, if possible can you email a patch for this. The website
> repository lives at https://www.mercurial-scm.org/repo/hg-website/.
Like that?
# HG changeset patch
# User Marcus Harnisch <marcus.harnisch at gmx.net>
# Date 1596620149 -7200
# Wed Aug 05 11:35:49 2020 +0200
# Node ID 0c8591045dbaadd8043b592a627296183eabf633
# Parent 7eaad1ed8c743d40fe71620434f3a151f0067105
about: Replace OpenJDK and NetBeans with Mozilla
Both have moved moved to Git.
diff --git templates/about/index.html templates/about/index.html
--- templates/about/index.html
+++ templates/about/index.html
@@ -12,7 +12,7 @@
<h2>Fast</h2>
-<p>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 (<a
href="http://hg.openjdk.java.net/jdk7/jdk7">hg</a>) or NetBeans (<a
href="http://hg.netbeans.org/">hg</a>).</p>
+<p>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 Mozilla (<a href="https://hg.mozilla.org/">hg</a>).</p>
<h2>Platform independent</h2>
More information about the Mercurial-devel
mailing list