Mercurial > hg-website
changeset 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 | ad874c473f57 |
children | 3531c412ab40 |
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 Mon Jun 01 23:17:42 2009 +0200 +++ b/hgscm/templates/workflow_guide.html Tue Jun 02 23:36:57 2009 +0200 @@ -16,6 +16,8 @@ <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> <h1 id="basic_workflow">Basic workflows</h1> +<p><em>We go from simple to more complex workflows. Those further down build on previous workflows.</em></p> + <h2 id="log_keeping">Log keeping</h2> <h3>Use Case</h3>