# HG changeset patch # User Bryan O'Sullivan # Date 1161714356 25200 # Node ID a0d7e11db169e77982e6a2efe62a443462587c32 # Parent 9cbc5d0db542cb3ac47aeb27a4c5f8487cbd5cce A brief note on interdiff. diff -r 9cbc5d0db542 -r a0d7e11db169 en/mq-collab.tex --- a/en/mq-collab.tex Mon Oct 23 15:43:04 2006 -0700 +++ b/en/mq-collab.tex Tue Oct 24 11:25:56 2006 -0700 @@ -374,6 +374,14 @@ hg interdiff -r A:B my-change.patch \end{codesample2} +\begin{note} + The \command{interdiff} command works well only if the underlying + files against which versions of a patch are generated remain the + same. If you create a patch, modify the underlying files, and then + regenerate the patch, \command{interdiff} may not produce useful + output. +\end{note} + %%% Local Variables: %%% mode: latex %%% TeX-master: "00book"