Mercurial > hgbook
comparison en/mq-collab.tex @ 238:4b315189e01f
Fix typo.
author | Bryan O'Sullivan <bos@serpentine.com> |
---|---|
date | Sun, 27 May 2007 09:50:25 -0700 |
parents | 696b1e0c01df |
children | fe8598eb99c4 |
comparison
equal
deleted
inserted
replaced
237:28bd9ab3edbf | 238:4b315189e01f |
---|---|
368 [extdiff] | 368 [extdiff] |
369 cmd.interdiff = hg-interdiff | 369 cmd.interdiff = hg-interdiff |
370 \end{codesample2} | 370 \end{codesample2} |
371 This directs \hgext{hgext} to make an \texttt{interdiff} command | 371 This directs \hgext{hgext} to make an \texttt{interdiff} command |
372 available, so you can now shorten the previous invocation of | 372 available, so you can now shorten the previous invocation of |
373 \hgcmd{extdiff} to something a little more wieldy. | 373 \hgxcmd{extdiff}{extdiff} to something a little more wieldy. |
374 \begin{codesample2} | 374 \begin{codesample2} |
375 hg interdiff -r A:B my-change.patch | 375 hg interdiff -r A:B my-change.patch |
376 \end{codesample2} | 376 \end{codesample2} |
377 | 377 |
378 \begin{note} | 378 \begin{note} |