hgbook

diff en/mq-ref.tex @ 224:34943a3d50d6

Start writing up extensions. Begin with inotify.
author Bryan O'Sullivan <bos@serpentine.com>
date Tue May 15 16:24:20 2007 -0700 (2007-05-15)
parents 32bf9a5f22c0
children 696b1e0c01df
line diff
     1.1 --- a/en/mq-ref.tex	Fri Oct 20 16:56:20 2006 -0700
     1.2 +++ b/en/mq-ref.tex	Tue May 15 16:24:20 2007 -0700
     1.3 @@ -1,7 +1,8 @@
     1.4  \chapter{Mercurial Queues reference}
     1.5 +\label{chap:mqref}
     1.6  
     1.7  \section{MQ command reference}
     1.8 -\label{sec:mq:cmdref}
     1.9 +\label{sec:mqref:cmdref}
    1.10  
    1.11  For an overview of the commands provided by MQ, use the command
    1.12  \hgcmdargs{help}{mq}.
    1.13 @@ -178,7 +179,7 @@
    1.14  This will become the topmost applied patch if you run \hgcmd{qpop}.
    1.15  
    1.16  \subsection{\hgcmd{qpush}---push patches onto the stack}
    1.17 -\label{sec:mq:cmd:qpush}
    1.18 +\label{sec:mqref:cmd:qpush}
    1.19  
    1.20  The \hgcmd{qpush} command adds patches onto the applied stack.  By
    1.21  default, it adds only one patch.