Mercurial > hg-website
changeset 88:7150a89dafd0
Added repo URLs for OpenJDK and NetBeans - maybe we should add info sites instead 'OpenJDK and Mercurial' or such.
author | Arne Babenhauserheide <bab@draketo.de> |
---|---|
date | Sun, 01 Mar 2009 09:47:59 +0100 |
parents | a7173052ff90 |
children | 78db498b14eb |
files | hgscm/templates/about.html |
diffstat | 1 files changed, 1 insertions(+), 1 deletions(-) [+] |
line wrap: on
line diff
--- a/hgscm/templates/about.html Sun Mar 01 09:41:35 2009 +0100 +++ b/hgscm/templates/about.html Sun Mar 01 09:47:59 2009 +0100 @@ -15,7 +15,7 @@ <h2>Fast</h2> - <p>Mercurials 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 suiteable for large projects such as OpenJDK or NetBeans.</p> + <p>Mercurials 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 suiteable 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> <h2>Platform independent</h2>