# HG changeset patch # User Bryan O'Sullivan # Date 1180284625 25200 # Node ID 4b315189e01ff0225cd18d6d49f9872fc83d53b5 # Parent 28bd9ab3edbf208bd43ae29ec9ccbbe9b9581b18 Fix typo. diff -r 28bd9ab3edbf -r 4b315189e01f en/mq-collab.tex --- a/en/mq-collab.tex Sun May 27 09:48:58 2007 -0700 +++ b/en/mq-collab.tex Sun May 27 09:50:25 2007 -0700 @@ -370,7 +370,7 @@ \end{codesample2} This directs \hgext{hgext} to make an \texttt{interdiff} command available, so you can now shorten the previous invocation of -\hgcmd{extdiff} to something a little more wieldy. +\hgxcmd{extdiff}{extdiff} to something a little more wieldy. \begin{codesample2} hg interdiff -r A:B my-change.patch \end{codesample2}