Mercurial > hg-website
changeset 463:4ec689699207
frontpage: use example repo from mercurial-scm.org
The rendered result looks like this:
"""
$ hg clone https://www.mercurial-
scm.org/repo/hello
"""
(It will be copied without any word breaks, the break is only visual.)
The actual repo doesn't exist yet, but really should already, because the first
thing new users will see when they try the old URL with 3.9-rc+ is a lengthy
error message that Mercurial "could not negotiate a common security protocol
(tls1.1+) with selenic.com..." Classy.
author | Anton Shestakov <av6@dwimlabs.net> |
---|---|
date | Fri, 22 Jul 2016 18:46:43 +0800 |
parents | 5ca151c7a4e6 |
children | 53e90a523b43 |
files | templates/frontpage.html |
diffstat | 1 files changed, 1 insertions(+), 1 deletions(-) [+] |
line wrap: on
line diff
--- a/templates/frontpage.html Fri Jul 22 18:42:51 2016 +0800 +++ b/templates/frontpage.html Fri Jul 22 18:46:43 2016 +0800 @@ -39,7 +39,7 @@ <h3>Quick Start</h3> <p><em>Clone a project and push changes</em> -<pre class="wrap">$ hg clone https://selenic.com/repo/hello +<pre class="wrap">$ hg clone https://www.mercurial-scm.org/repo/hello $ cd hello $ (edit files) $ hg add (new files)