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

Start writing up extensions. Begin with inotify.
author Bryan O'Sullivan <bos@serpentine.com>
date Tue, 15 May 2007 16:24:20 -0700
parents 32bf9a5f22c0
children 696b1e0c01df
line wrap: on
line diff
--- a/en/mq-ref.tex	Tue May 15 14:55:54 2007 -0700
+++ b/en/mq-ref.tex	Tue May 15 16:24:20 2007 -0700
@@ -1,7 +1,8 @@
 \chapter{Mercurial Queues reference}
+\label{chap:mqref}
 
 \section{MQ command reference}
-\label{sec:mq:cmdref}
+\label{sec:mqref:cmdref}
 
 For an overview of the commands provided by MQ, use the command
 \hgcmdargs{help}{mq}.
@@ -178,7 +179,7 @@
 This will become the topmost applied patch if you run \hgcmd{qpop}.
 
 \subsection{\hgcmd{qpush}---push patches onto the stack}
-\label{sec:mq:cmd:qpush}
+\label{sec:mqref:cmd:qpush}
 
 The \hgcmd{qpush} command adds patches onto the applied stack.  By
 default, it adds only one patch.