view annotate.tex @ 240:152c0f8255f8

Use $ for prompts
author Martin Geisler <mg@aragost.com>
date Fri, 19 Nov 2010 15:04:54 +0100
parents 0a32a404aff5
children
line wrap: on
line source

\begin{frame}{Browsing the History of a File}
  The \cmd{hg annotate} command is invaluable:
  \begin{itemize}
  \item you see when each line was introduced
  \item you can quickly jump back to earlier versions
  \end{itemize}

  History of Mercurial's README file:
  \lstinputlisting[language=]{hg-annotate-readme.txt}
  Better interface in \cmd{hg serve}

\end{frame}