Mercurial > hg-website
comparison hgscm/templates/workflow_guide.html @ 181:9fbcdb15513b
workflow_guide: Added log_keeping workflow to index.
author | Arne Babenhauserheide <bab@draketo.de> |
---|---|
date | Sun, 24 May 2009 18:59:20 +0200 |
parents | f73d4e6949bf |
children | c3b7cf9896aa |
comparison
equal
deleted
inserted
replaced
180:2e3d82c01ea5 | 181:9fbcdb15513b |
---|---|
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 | 18 |
19 <h2>Log keeping</h2> | 19 <h2 id="log_keeping">Log keeping</h2> |
20 | 20 |
21 <h3>Use Case</h3> | 21 <h3>Use Case</h3> |
22 | 22 |
23 <p>The first workflow is also the easiest one: You want to use Mercurial to be able to look back when you did which changes.</p> | 23 <p>The first workflow is also the easiest one: You want to use Mercurial to be able to look back when you did which changes.</p> |
24 | 24 |
763 <div class="col"> | 763 <div class="col"> |
764 <h2>Index</h2> | 764 <h2>Index</h2> |
765 <ul> | 765 <ul> |
766 <li><a href="#basic_workflow">Basic workflows</a></li> | 766 <li><a href="#basic_workflow">Basic workflows</a></li> |
767 <ul> | 767 <ul> |
768 <li><a href="#log_keeping">Log keeping</a></li> | |
768 <li><a href="#lone_developer">Lone developer with nonlinear history</a></li> | 769 <li><a href="#lone_developer">Lone developer with nonlinear history</a></li> |
769 <li><a href="#separate_features">Separate features</a></li> | 770 <li><a href="#separate_features">Separate features</a></li> |
770 <li><a href="#sharing_changes">Sharing changes</a></li> | 771 <li><a href="#sharing_changes">Sharing changes</a></li> |
771 <li><a href="#basic_summary">Summary</a></li> | 772 <li><a href="#basic_summary">Summary</a></li> |
772 </ul> | 773 </ul> |