# HG changeset patch # User Bryan O'Sullivan # Date 1182104492 25200 # Node ID a24b370a16eee2aa368a5b76010841671472d017 # Parent ec6a3bb109863418ff891364c1bdcc4a0a052148 Fix escaping. diff -r ec6a3bb10986 -r a24b370a16ee en/branch.tex --- a/en/branch.tex Sun Jun 17 11:09:13 2007 -0700 +++ b/en/branch.tex Sun Jun 17 11:21:32 2007 -0700 @@ -39,8 +39,8 @@ following characters: \begin{itemize} \item Colon (ASCII 58, ``\texttt{:}'') -\item Carriage return (ASCII 13, ``\texttt{$\backslash$r}'') -\item Newline (ASCII 10, ``\texttt{$\backslash$n}'') +\item Carriage return (ASCII 13, ``\Verb+\r+'') +\item Newline (ASCII 10, ``\Verb+\n+'') \end{itemize} You can use the \hgcmd{tags} command to display the tags present in