hgbook

diff en/ch05-daily.xml @ 625:cfdb601a3c8b

Fix imagedata fileref in xml files, and replace ':' with '.' in id attribute
author Dongsheng Song <dongsheng.song@gmail.com>
date Thu Mar 12 15:51:39 2009 +0800 (2009-03-12)
parents 13513d2a128d
children
line diff
     1.1 --- a/en/ch05-daily.xml	Mon Mar 09 23:37:29 2009 -0700
     1.2 +++ b/en/ch05-daily.xml	Thu Mar 12 15:51:39 2009 +0800
     1.3 @@ -1,6 +1,6 @@
     1.4  <!-- vim: set filetype=docbkxml shiftwidth=2 autoindent expandtab tw=77 : -->
     1.5  
     1.6 -<chapter id="chap:daily">
     1.7 +<chapter id="chap.daily">
     1.8    <?dbhtml filename="mercurial-in-daily-use.html"?>
     1.9    <title>Mercurial in daily use</title>
    1.10  
    1.11 @@ -274,7 +274,7 @@
    1.12        &interaction.daily.copy.merge;
    1.13  
    1.14      </sect2>
    1.15 -    <sect2 id="sec:daily:why-copy">
    1.16 +    <sect2 id="sec.daily.why-copy">
    1.17        <title>Why should changes follow copies?</title>
    1.18  
    1.19        <para>This behaviour, of changes to a file propagating out to
    1.20 @@ -328,7 +328,7 @@
    1.21  	Unix-like systems, that's <command>cp</command>) to make a
    1.22  	copy of a file, then <command role="hg-cmd">hg add</command>
    1.23  	the new copy by hand.  Before you do so, though, please do
    1.24 -	reread section <xref linkend="sec:daily:why-copy"/>, and make
    1.25 +	reread section <xref linkend="sec.daily.why-copy"/>, and make
    1.26  	an informed
    1.27  	decision that this behaviour is not appropriate to your
    1.28  	specific case.</para>
    1.29 @@ -532,7 +532,7 @@
    1.30      <para>For more information about the <command role="hg-cmd">hg
    1.31  	revert</command> command, and details about how to deal with
    1.32        changes you have already committed, see chapter <xref
    1.33 -	linkend="chap:undo"/>.</para>
    1.34 +	linkend="chap.undo"/>.</para>
    1.35  
    1.36    </sect1>
    1.37  </chapter>