changeset 238:b17731a54e2a

workflow_guide: Added text to "init repo".
author Arne Babenhauserheide <bab@draketo.de>
date Tue, 08 Sep 2009 12:41:51 +0200
parents c7bf003b17fd
children ee2c1a02c693
files hgscm/templates/workflow_guide.html
diffstat 1 files changed, 2 insertions(+), 0 deletions(-) [+]
line wrap: on
line diff
--- a/hgscm/templates/workflow_guide.html	Tue Sep 08 12:34:09 2009 +0200
+++ b/hgscm/templates/workflow_guide.html	Tue Sep 08 12:41:51 2009 +0200
@@ -39,6 +39,8 @@
 
 <h5>Initialize the project</h5>
 
+<p>Now you add a new folder in which you want to work:</p>
+
 <pre>$ hg init project
 
 </pre>