diff en/mq.tex @ 106:9cbc5d0db542

Finish off advanced MQ chapter (maybe).
author Bryan O'Sullivan <bos@serpentine.com>
date Mon, 23 Oct 2006 15:43:04 -0700
parents 32bf9a5f22c0
children 914babdc99c8
line wrap: on
line diff
--- a/en/mq.tex	Sat Oct 21 11:05:51 2006 -0700
+++ b/en/mq.tex	Mon Oct 23 15:43:04 2006 -0700
@@ -800,6 +800,7 @@
 \end{itemize}
 
 \section{Managing patches in a repository}
+\label{sec:mq:repo}
 
 Because MQ's \sdirname{.hg/patches} directory resides outside a
 Mercurial repository's working directory, the ``underlying'' Mercurial
@@ -894,7 +895,8 @@
 extracts subsets from a patch file.  For example, given a patch that
 modifies hundreds of files across dozens of directories, a single
 invocation of \command{filterdiff} can generate a smaller patch that
-only touches files whose names match a particular glob pattern.
+only touches files whose names match a particular glob pattern.  See
+section~\ref{mq-collab:tips:interdiff} for another example.
 
 \section{Good ways to work with patches}