Mercurial > hgbook
changeset 235:80f387d13bfe
Fix a few command references.
author | Bryan O'Sullivan <bos@serpentine.com> |
---|---|
date | Sun, 27 May 2007 09:45:13 -0700 |
parents | 30e97616d808 |
children | abebe72451d6 |
files | en/mq.tex |
diffstat | 1 files changed, 2 insertions(+), 2 deletions(-) [+] |
line wrap: on
line diff
--- a/en/mq.tex Sun May 27 09:43:16 2007 -0700 +++ b/en/mq.tex Sun May 27 09:45:13 2007 -0700 @@ -29,7 +29,7 @@ they will build properly in their environments. When you have few changes to maintain, it is easy to manage a single -patch using the standard \texttt{diff} and \texttt{patch} programs +patch using the standard \command{diff} and \command{patch} programs (see section~\ref{sec:mq:patch} for a discussion of these tools). Once the number of changes grows, it starts to makes sense to maintain patches as discrete ``chunks of work,'' so that for example a single @@ -880,7 +880,7 @@ provides a good way to ``get a sense of'' a patch---which files it affects, and how much change it introduces to each file and as a whole. (I find that it's a good idea to use \command{diffstat}'s -\texttt{-p} option as a matter of course, as otherwise it will try to +\cmdopt{-p} option as a matter of course, as otherwise it will try to do clever things with prefixes of file names that inevitably confuse at least me.)