view annotate.tex @ 363:7788b512c5bd

Trim vendor branch slides
author Martin Geisler <mg@aragost.com>
date Fri, 22 Jun 2012 15:55:44 +0200
parents 152c0f8255f8
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}