# HG changeset patch # User David Soria Parra # Date 1257414154 -3600 # Node ID 88ecbfd574e198cd66d5a8a1446e014b9825ec9a # Parent b09ba3ea03ee0b11c8fc8d87a6eacaa433f646f6 frontpage: use push instead of export diff -r b09ba3ea03ee -r 88ecbfd574e1 .hgsubstate --- 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 diff -r b09ba3ea03ee -r 88ecbfd574e1 templates/frontpage.html --- 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 @@

Quick Start

-

Clone a project and create a patch +

Clone a project and push changes

$ 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