diff grep.tex @ 178:e0e9eaf639c3

Example for "hg grep".
author Martin Geisler <mg@aragost.com>
date Tue, 27 Apr 2010 14:58:45 +0200
parents 14243749c5aa
children
line wrap: on
line diff
--- a/grep.tex
+++ b/grep.tex
@@ -2,6 +2,9 @@
   Ever wondered when a function was introduced?
   \begin{itemize}
   \item \cmd{hg grep} can help you!
-  \item local access makes searching feasible
   \end{itemize}
+
+  Example: When was \cmd{hg forget} introduced?
+  \lstinputlisting{hg-grep-forget.txt}
+
 \end{frame}