Mercurial > hg-website
changeset 288:88ecbfd574e1
frontpage: use push instead of export
author | David Soria Parra <dsp@php.net> |
---|---|
date | Thu, 05 Nov 2009 10:42:34 +0100 |
parents | b09ba3ea03ee |
children | a358ffb8aea5 |
files | .hgsubstate templates/frontpage.html |
diffstat | 2 files changed, 4 insertions(+), 4 deletions(-) [+] |
line wrap: on
line diff
--- a/.hgsubstate Tue Nov 03 10:12:46 2009 +0100 +++ b/.hgsubstate Thu Nov 05 10:42:34 2009 +0100 @@ -1,2 +1,2 @@ -59bb6bd89ccfd2838b452fbbd5d4494ac7d8060e content -d47a3d9dd4e3c13e8077b94fa8954b6ba3f0c6ff rendered +66d47c33b0cd9dcbdf1271c653b00d110ad239cd content +cd32fa177205bc2e7325393257c5ce861399c12a rendered
--- a/templates/frontpage.html Tue Nov 03 10:12:46 2009 +0100 +++ b/templates/frontpage.html Thu Nov 05 10:42:34 2009 +0100 @@ -38,13 +38,13 @@ <div class="col"> <h3>Quick Start</h3> - <p><em>Clone a project and create a patch</em> + <p><em>Clone a project and push changes</em> <pre>$ hg clone http://hg-scm.org/hello $ cd hello $ (edit files) $ hg add (new files) $ hg commit -m 'My changes' -$ hg export tip > patch.diff +$ hg push </pre> </p>