Mercurial > hg > mercurial-talk
view annotate.tex @ 318:d4fb0c45e2be
Add subsections
author | Martin Geisler <mg@aragost.com> |
---|---|
date | Fri, 10 Jun 2011 10:06:50 +0200 (2011-06-10) |
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}