hgbook

diff en/ch12-mq-collab.xml @ 686:e9154b3daa94

Repurpose appendix A.
author Bryan O'Sullivan <bos@serpentine.com>
date Sun Apr 26 23:16:56 2009 -0700 (2009-04-26)
parents 7e7c47481e4f 4ce9d0754af3
children
line diff
     1.1 --- a/en/ch12-mq-collab.xml	Fri Mar 20 16:43:35 2009 +0800
     1.2 +++ b/en/ch12-mq-collab.xml	Sun Apr 26 23:16:56 2009 -0700
     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 id="x_19a">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 <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 @@ -504,8 +504,8 @@
    1.27  
    1.28        <para id="x_1a2">The <literal role="hg-ext">extdiff</literal> extension is
    1.29  	useful for more than merely improving the presentation of MQ
    1.30 -	patches.  To read more about it, go to section <xref
    1.31 -	  linkend="sec.hgext.extdiff"/>.</para>
    1.32 +	patches.  To read more about it, go to <xref
    1.33 +	  linkend="sec:hgext:extdiff"/>.</para>
    1.34  
    1.35      </sect2>
    1.36    </sect1>