Mercurial > hgbook
changeset 238:4b315189e01f
Fix typo.
author | Bryan O'Sullivan <bos@serpentine.com> |
---|---|
date | Sun, 27 May 2007 09:50:25 -0700 |
parents | 28bd9ab3edbf |
children | fe8598eb99c4 |
files | en/mq-collab.tex |
diffstat | 1 files changed, 1 insertions(+), 1 deletions(-) [+] |
line wrap: on
line diff
--- 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}