hgbook
diff en/mq.tex @ 118:1ee53cb37a99
More progress on daily work.
author | Bryan O'Sullivan <bos@serpentine.com> |
---|---|
date | Wed Nov 15 12:12:36 2006 -0800 (2006-11-15) |
parents | 32bf9a5f22c0 |
children | 914babdc99c8 |
line diff
1.1 --- a/en/mq.tex Fri Oct 20 16:56:20 2006 -0700 1.2 +++ b/en/mq.tex Wed Nov 15 12:12:36 2006 -0800 1.3 @@ -800,6 +800,7 @@ 1.4 \end{itemize} 1.5 1.6 \section{Managing patches in a repository} 1.7 +\label{sec:mq:repo} 1.8 1.9 Because MQ's \sdirname{.hg/patches} directory resides outside a 1.10 Mercurial repository's working directory, the ``underlying'' Mercurial 1.11 @@ -894,7 +895,8 @@ 1.12 extracts subsets from a patch file. For example, given a patch that 1.13 modifies hundreds of files across dozens of directories, a single 1.14 invocation of \command{filterdiff} can generate a smaller patch that 1.15 -only touches files whose names match a particular glob pattern. 1.16 +only touches files whose names match a particular glob pattern. See 1.17 +section~\ref{mq-collab:tips:interdiff} for another example. 1.18 1.19 \section{Good ways to work with patches} 1.20