# HG changeset patch # User Anton Shestakov # Date 1469184403 -28800 # Node ID 4ec689699207cee6c4f2e09e9580df3b850f9441 # Parent 5ca151c7a4e615456c383f769cf925663e5fd824 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. diff -r 5ca151c7a4e6 -r 4ec689699207 templates/frontpage.html --- 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 @@

Quick Start

Clone a project and push changes -

$ hg clone https://selenic.com/repo/hello
+
$ hg clone https://www.mercurial-scm.org/repo/hello
 $ cd hello
 $ (edit files)
 $ hg add (new files)