comparison hgscm/templates/workflow_guide.html @ 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 f56228c27391
children ee2c1a02c693
comparison
equal deleted inserted replaced
237:c7bf003b17fd 238:b17731a54e2a
36 username = Mr. Johnson <johnson@smith.com> 36 username = Mr. Johnson <johnson@smith.com>
37 37
38 </pre> 38 </pre>
39 39
40 <h5>Initialize the project</h5> 40 <h5>Initialize the project</h5>
41
42 <p>Now you add a new folder in which you want to work:</p>
41 43
42 <pre>$ hg init project 44 <pre>$ hg init project
43 45
44 </pre> 46 </pre>
45 47