Mercurial > hgbook
changeset 107:a0d7e11db169
A brief note on interdiff.
author | Bryan O'Sullivan <bos@serpentine.com> |
---|---|
date | Tue, 24 Oct 2006 11:25:56 -0700 |
parents | 9cbc5d0db542 |
children | e0b961975c5e |
files | en/mq-collab.tex |
diffstat | 1 files changed, 8 insertions(+), 0 deletions(-) [+] |
line wrap: on
line diff
--- 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"