diff templates/frontpage.html @ 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 b7d5f97e1034
children 91e0408f0b7b bb9f90fa265d
line wrap: on
line diff
--- 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 &gt; patch.diff
+$ hg push
 
 </pre>
 </p>