hgbook

changeset 241:09d5897ad935

Fix a few more errors in the index.
author Bryan O'Sullivan <bos@serpentine.com>
date Sun May 27 09:57:17 2007 -0700 (2007-05-27)
parents 4119e57679f7
children 0d536cb488f2
files en/hgext.tex en/mq.tex
line diff
     1.1 --- a/en/hgext.tex	Sun May 27 09:52:53 2007 -0700
     1.2 +++ b/en/hgext.tex	Sun May 27 09:57:17 2007 -0700
     1.3 @@ -347,7 +347,7 @@
     1.4    patchbomb =
     1.5  \end{codesample2}
     1.6  Once you've enabled the extension, you will have a new command
     1.7 -available, named \hgxcmd{email}.
     1.8 +available, named \hgxcmd{patchbomb}{email}.
     1.9  
    1.10  
    1.11  %%% Local Variables: 
     2.1 --- a/en/mq.tex	Sun May 27 09:52:53 2007 -0700
     2.2 +++ b/en/mq.tex	Sun May 27 09:57:17 2007 -0700
     2.3 @@ -880,9 +880,9 @@
     2.4  provides a good way to ``get a sense of'' a patch---which files it
     2.5  affects, and how much change it introduces to each file and as a
     2.6  whole.  (I find that it's a good idea to use \command{diffstat}'s
     2.7 -\cmdopt{-p} option as a matter of course, as otherwise it will try to
     2.8 -do clever things with prefixes of file names that inevitably confuse
     2.9 -at least me.)
    2.10 +\cmdopt{diffstat}{-p} option as a matter of course, as otherwise it
    2.11 +will try to do clever things with prefixes of file names that
    2.12 +inevitably confuse at least me.)
    2.13  
    2.14  \begin{figure}[ht]
    2.15    \interaction{mq.tools.tools}