# HG changeset patch # User David Soria Parra # Date 1259705450 -3600 # Node ID 91e0408f0b7b60cdc51624b4a0b4e53781ac0e63 # Parent 0e4c3d6a2fe7b0bc0f235ba4744b56c46ae5691d Correct hello repository url diff -r 0e4c3d6a2fe7 -r 91e0408f0b7b .hgsubstate --- a/.hgsubstate Thu Nov 19 01:14:24 2009 +0100 +++ b/.hgsubstate Tue Dec 01 23:10:50 2009 +0100 @@ -1,2 +1,2 @@ -cf0ec0ad7482246d1251ba7d96893c1ffb53b461 content +b382d686c1b76203068e6a95ffe53ea441602274 content 6b182411de3c08e0ab6afc4675173218ef7d73ac rendered diff -r 0e4c3d6a2fe7 -r 91e0408f0b7b templates/frontpage.html --- a/templates/frontpage.html Thu Nov 19 01:14:24 2009 +0100 +++ b/templates/frontpage.html Tue Dec 01 23:10:50 2009 +0100 @@ -39,7 +39,7 @@

Quick Start

Clone a project and push changes -

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