comparison en/mq.tex @ 241:09d5897ad935

Fix a few more errors in the index.
author Bryan O'Sullivan <bos@serpentine.com>
date Sun, 27 May 2007 09:57:17 -0700
parents 80f387d13bfe
children 7301e64c362e
comparison
equal deleted inserted replaced
240:4119e57679f7 241:09d5897ad935
878 The \command{diffstat} command~\cite{web:diffstat} generates a 878 The \command{diffstat} command~\cite{web:diffstat} generates a
879 histogram of the modifications made to each file in a patch. It 879 histogram of the modifications made to each file in a patch. It
880 provides a good way to ``get a sense of'' a patch---which files it 880 provides a good way to ``get a sense of'' a patch---which files it
881 affects, and how much change it introduces to each file and as a 881 affects, and how much change it introduces to each file and as a
882 whole. (I find that it's a good idea to use \command{diffstat}'s 882 whole. (I find that it's a good idea to use \command{diffstat}'s
883 \cmdopt{-p} option as a matter of course, as otherwise it will try to 883 \cmdopt{diffstat}{-p} option as a matter of course, as otherwise it
884 do clever things with prefixes of file names that inevitably confuse 884 will try to do clever things with prefixes of file names that
885 at least me.) 885 inevitably confuse at least me.)
886 886
887 \begin{figure}[ht] 887 \begin{figure}[ht]
888 \interaction{mq.tools.tools} 888 \interaction{mq.tools.tools}
889 \caption{The \command{diffstat}, \command{filterdiff}, and \command{lsdiff} commands} 889 \caption{The \command{diffstat}, \command{filterdiff}, and \command{lsdiff} commands}
890 \label{ex:mq:tools} 890 \label{ex:mq:tools}