hgbook

changeset 238:4b315189e01f

Fix typo.
author Bryan O'Sullivan <bos@serpentine.com>
date Sun May 27 09:50:25 2007 -0700 (2007-05-27)
parents 28bd9ab3edbf
children fe8598eb99c4
files en/mq-collab.tex
line diff
     1.1 --- a/en/mq-collab.tex	Sun May 27 09:48:58 2007 -0700
     1.2 +++ b/en/mq-collab.tex	Sun May 27 09:50:25 2007 -0700
     1.3 @@ -370,7 +370,7 @@
     1.4  \end{codesample2}
     1.5  This directs \hgext{hgext} to make an \texttt{interdiff} command
     1.6  available, so you can now shorten the previous invocation of
     1.7 -\hgcmd{extdiff} to something a little more wieldy.
     1.8 +\hgxcmd{extdiff}{extdiff} to something a little more wieldy.
     1.9  \begin{codesample2}
    1.10    hg interdiff -r A:B my-change.patch
    1.11  \end{codesample2}