view annotate.tex @ 364:df4a5c5570e7 default tip

some personal tweaks
author Jordi Gutiérrez Hermoso <jordigh@octave.org>
date Wed, 19 Dec 2012 15:35:01 -0500
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}