diff 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
line wrap: on
line diff
--- a/hgscm/templates/workflow_guide.html	Sun May 24 18:55:09 2009 +0200
+++ b/hgscm/templates/workflow_guide.html	Sun May 24 18:59:20 2009 +0200
@@ -16,7 +16,7 @@
 <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>
 
-<h2>Log keeping</h2>
+<h2 id="log_keeping">Log keeping</h2>
 
 <h3>Use Case</h3>
 
@@ -765,6 +765,7 @@
         <ul>
             <li><a href="#basic_workflow">Basic workflows</a></li>
             <ul>
+		<li><a href="#log_keeping">Log keeping</a></li>
                 <li><a href="#lone_developer">Lone developer with nonlinear history</a></li>
                 <li><a href="#separate_features">Separate features</a></li>
                 <li><a href="#sharing_changes">Sharing changes</a></li>