hgbook

diff en/ch13-mq-collab.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 d0160b0b1a9e
line diff
     1.1 --- a/en/ch13-mq-collab.xml	Mon Mar 09 23:37:29 2009 -0700
     1.2 +++ b/en/ch13-mq-collab.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:mq-collab">
     1.7 +<chapter id="chap.mq-collab">
     1.8    <?dbhtml filename="advanced-uses-of-mercurial-queues.html"?>
     1.9    <title>Advanced uses of Mercurial Queues</title>
    1.10  
    1.11 @@ -430,12 +430,12 @@
    1.12  	path separators.</para>
    1.13  
    1.14      </sect2>
    1.15 -    <sect2 id="mq-collab:tips:interdiff">
    1.16 +    <sect2 id="mq-collab.tips.interdiff">
    1.17        <title>Viewing the history of a patch</title>
    1.18  
    1.19        <para>If you're developing a set of patches over a long time,
    1.20  	it's a good idea to maintain them in a repository, as
    1.21 -	discussed in section <xref linkend="sec:mq:repo"/>.  If you do
    1.22 +	discussed in section <xref linkend="sec.mq.repo"/>.  If you do
    1.23  	so, you'll quickly
    1.24  	discover that using the <command role="hg-cmd">hg
    1.25  	  diff</command> command to look at the history of changes to
    1.26 @@ -506,7 +506,7 @@
    1.27        <para>The <literal role="hg-ext">extdiff</literal> extension is
    1.28  	useful for more than merely improving the presentation of MQ
    1.29  	patches.  To read more about it, go to section <xref
    1.30 -	  linkend="sec:hgext:extdiff"/>.</para>
    1.31 +	  linkend="sec.hgext.extdiff"/>.</para>
    1.32  
    1.33      </sect2>
    1.34    </sect1>