changeset 179:0a32a404aff5

Example for "hg annotate".
author Martin Geisler <mg@aragost.com>
date Tue, 27 Apr 2010 15:02:51 +0200
parents e0e9eaf639c3
children cbcd23ef8900
files annotate.tex hg-annotate-readme.txt
diffstat 2 files changed, 13 insertions(+), 0 deletions(-) [+]
line wrap: on
line diff
--- a/annotate.tex
+++ b/annotate.tex
@@ -4,4 +4,9 @@
   \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{hg-annotate-readme.txt}
+  Better interface in \cmd{hg serve}
+
 \end{frame}
new file mode 100644
--- /dev/null
+++ b/hg-annotate-readme.txt
@@ -0,0 +1,8 @@
+3942: Basic install:
+ 445: 
+3942:  $ make            # see install targets
+3942:  $ make install    # do a system-wide install
+3942:  $ hg debuginstall # sanity-check setup
+3942:  $ hg              # see help
+   0: 
+# ...