changeset 93:deef381a5add

merge quick start fix.
author Arne Babenhauserheide <bab@draketo.de>
date Sat, 28 Mar 2009 11:29:41 +0100
parents 6aa30181ae14 (diff) 85b535ee14bd (current diff)
children 55590dd8b231
files hgscm/templates/frontpage.html src/en/about.html src/en/images/bullet-big-1.png src/en/images/bullet-big-2.png src/en/images/bullet-big-3.png src/en/images/bullet.gif src/en/images/download.png src/en/images/mercurial-logo.png src/en/images/search.png src/en/images/tour.jpg src/en/index.html src/en/javascript/main.js src/en/javascript/optimer_regular.typeface.js src/en/javascript/typeface.js src/en/quotes.txt src/en/quotes/1.txt src/en/quotes/10.txt src/en/quotes/11.txt src/en/quotes/12.txt src/en/quotes/13.txt src/en/quotes/14.txt src/en/quotes/15.txt src/en/quotes/16.txt src/en/quotes/17.txt src/en/quotes/2.txt src/en/quotes/3.txt src/en/quotes/4.txt src/en/quotes/5.txt src/en/quotes/6.txt src/en/quotes/7.txt src/en/quotes/8.txt src/en/quotes/9.txt src/en/styles/styles.css src/en/win.html
diffstat 1 files changed, 2 insertions(+), 2 deletions(-) [+]
line wrap: on
line diff
--- a/hgscm/templates/frontpage.html	Fri Mar 06 08:32:59 2009 +0100
+++ b/hgscm/templates/frontpage.html	Sat Mar 28 11:29:41 2009 +0100
@@ -48,8 +48,8 @@
 </p>
 
 <p><em>Create a project and commit</em>
-<pre>$ cd (project-directory)
-$ hg init
+<pre>$ hg init (project-directory)
+$ cd (project-directory)
 $ (add some files)
 $ hg add
 $ hg commit -m 'Initial commit'