Mercurial > hgbook
changeset 261:a24b370a16ee
Fix escaping.
author | Bryan O'Sullivan <bos@serpentine.com> |
---|---|
date | Sun, 17 Jun 2007 11:21:32 -0700 |
parents | ec6a3bb10986 |
children | 6a847f7902a7 |
files | en/branch.tex |
diffstat | 1 files changed, 2 insertions(+), 2 deletions(-) [+] |
line wrap: on
line diff
--- 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