comparison hgscm/templates/workflow_guide.html @ 185:c3b7cf9896aa

workflow guide: 'later workflows build on previous ones.'
author Arne Babenhauserheide <bab@draketo.de>
date Tue, 02 Jun 2009 23:36:57 +0200
parents 9fbcdb15513b
children f56228c27391
comparison
equal deleted inserted replaced
184:ad874c473f57 185:c3b7cf9896aa
13 13
14 <p>If you want a more exhaustive tutorial with the basics, please have a look at the <a title="Mercurial Tutorial" href="http://www.selenic.com/mercurial/wiki/Tutorial">Tutorial in the Mercurial Wiki</a>. For a really detailed and very nice to read description of Mercurial, please have a look at <a title="Mercurial: The definitive Guide" href="http://hgbook.red-bean.com/">Mercurial: The definitive Guide</a>.</p> 14 <p>If you want a more exhaustive tutorial with the basics, please have a look at the <a title="Mercurial Tutorial" href="http://www.selenic.com/mercurial/wiki/Tutorial">Tutorial in the Mercurial Wiki</a>. For a really detailed and very nice to read description of Mercurial, please have a look at <a title="Mercurial: The definitive Guide" href="http://hgbook.red-bean.com/">Mercurial: The definitive Guide</a>.</p>
15 15
16 <p>Note: This guide doesn't require any prior knowledge of version control systems (though subversion users will likely feel at home quite quickly). Basic commandline abilities are helpful, because we'll use the commandline client. <!--If you already know other systems, please check our transition guides: svn, cvs, git, bzr --></p> 16 <p>Note: This guide doesn't require any prior knowledge of version control systems (though subversion users will likely feel at home quite quickly). Basic commandline abilities are helpful, because we'll use the commandline client. <!--If you already know other systems, please check our transition guides: svn, cvs, git, bzr --></p>
17 <h1 id="basic_workflow">Basic workflows</h1> 17 <h1 id="basic_workflow">Basic workflows</h1>
18
19 <p><em>We go from simple to more complex workflows. Those further down build on previous workflows.</em></p>
18 20
19 <h2 id="log_keeping">Log keeping</h2> 21 <h2 id="log_keeping">Log keeping</h2>
20 22
21 <h3>Use Case</h3> 23 <h3>Use Case</h3>
22 24