hgbook

diff en/ch01-intro.xml @ 559:b90b024729f1

WIP DocBook snapshot that all compiles. Mirabile dictu!
author Bryan O'Sullivan <bos@serpentine.com>
date Wed Feb 18 00:22:09 2009 -0800 (2009-02-18)
parents 863a82f13901
children 21c62e09b99f
line diff
     1.1 --- a/en/ch01-intro.xml	Thu Feb 05 22:45:48 2009 -0800
     1.2 +++ b/en/ch01-intro.xml	Wed Feb 18 00:22:09 2009 -0800
     1.3 @@ -1,8 +1,7 @@
     1.4  <!-- vim: set filetype=docbkxml shiftwidth=2 autoindent expandtab tw=77 : -->
     1.5  
     1.6 -<chapter>
     1.7 +<chapter id="chap:intro">
     1.8    <title>Introduction</title>
     1.9 -  <para>\label{chap:intro}</para>
    1.10  
    1.11    <sect1>
    1.12      <title>About revision control</title>
    1.13 @@ -50,7 +49,7 @@
    1.14  	    fact, a <emphasis>really</emphasis> good revision control
    1.15  	    tool will even help you to efficiently figure out exactly
    1.16  	    when a problem was introduced (see section <xref
    1.17 -	      id="sec:undo:bisect"/> for details).</para></listitem>
    1.18 +	      linkend="sec:undo:bisect"/> for details).</para></listitem>
    1.19  	<listitem><para>It will help you to work simultaneously on,
    1.20  	    and manage the drift between, multiple versions of your
    1.21  	    project.</para></listitem></itemizedlist>