comparison 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
comparison
equal deleted inserted replaced
223:4c9b9416cd23 224:34943a3d50d6
1 \chapter{Mercurial Queues reference} 1 \chapter{Mercurial Queues reference}
2 \label{chap:mqref}
2 3
3 \section{MQ command reference} 4 \section{MQ command reference}
4 \label{sec:mq:cmdref} 5 \label{sec:mqref:cmdref}
5 6
6 For an overview of the commands provided by MQ, use the command 7 For an overview of the commands provided by MQ, use the command
7 \hgcmdargs{help}{mq}. 8 \hgcmdargs{help}{mq}.
8 9
9 \subsection{\hgcmd{qapplied}---print applied patches} 10 \subsection{\hgcmd{qapplied}---print applied patches}
176 The \hgcmd{qprev} command prints the name of the patch in the 177 The \hgcmd{qprev} command prints the name of the patch in the
177 \sfilename{series} file that comes before the topmost applied patch. 178 \sfilename{series} file that comes before the topmost applied patch.
178 This will become the topmost applied patch if you run \hgcmd{qpop}. 179 This will become the topmost applied patch if you run \hgcmd{qpop}.
179 180
180 \subsection{\hgcmd{qpush}---push patches onto the stack} 181 \subsection{\hgcmd{qpush}---push patches onto the stack}
181 \label{sec:mq:cmd:qpush} 182 \label{sec:mqref:cmd:qpush}
182 183
183 The \hgcmd{qpush} command adds patches onto the applied stack. By 184 The \hgcmd{qpush} command adds patches onto the applied stack. By
184 default, it adds only one patch. 185 default, it adds only one patch.
185 186
186 This command creates a new changeset to represent each applied patch, 187 This command creates a new changeset to represent each applied patch,