hgbook

changeset 261:a24b370a16ee

Fix escaping.
author Bryan O'Sullivan <bos@serpentine.com>
date Sun Jun 17 11:21:32 2007 -0700 (2007-06-17)
parents ec6a3bb10986
children 6a847f7902a7 d6ca1334a19d
files en/branch.tex
line diff
     1.1 --- a/en/branch.tex	Sun Jun 17 11:09:13 2007 -0700
     1.2 +++ b/en/branch.tex	Sun Jun 17 11:21:32 2007 -0700
     1.3 @@ -39,8 +39,8 @@
     1.4  following characters:
     1.5  \begin{itemize}
     1.6  \item Colon (ASCII 58, ``\texttt{:}'')
     1.7 -\item Carriage return (ASCII 13, ``\texttt{$\backslash$r}'')
     1.8 -\item Newline (ASCII 10, ``\texttt{$\backslash$n}'')
     1.9 +\item Carriage return (ASCII 13, ``\Verb+\r+'')
    1.10 +\item Newline (ASCII 10, ``\Verb+\n+'')
    1.11  \end{itemize}
    1.12  
    1.13  You can use the \hgcmd{tags} command to display the tags present in