changeset 30:317450a7eb96

Stub slides about history searching.
author Martin Geisler <mg@lazybytes.net>
date Tue, 18 Aug 2009 20:35:23 +0200
parents 2f49c373798d
children 841a65486521
files mercurial.tex
diffstat 1 files changed, 12 insertions(+), 0 deletions(-) [+]
line wrap: on
line diff
--- a/mercurial.tex
+++ b/mercurial.tex
@@ -557,6 +557,18 @@
 \begin{frame}{Merging}
 \end{frame}
 
+\begin{frame}{Searching History}
+  Everything is local and fast:
+  \begin{itemize}
+  \item \hgcmd{hg log} can search in commit messages and usernames
+  \item \hgcmd{hg grep} seaches in file content
+  \item \hgcmd{hg bisect} makes a binary search on the revision graph
+  \end{itemize}
+\end{frame}
+
+\begin{frame}{Revision Graph Bisection}
+\end{frame}
+
 \begin{frame}[label=after-basics]{Consistency and Subversion}
 \end{frame}