changeset 340:6d043c1df267

Mention revsets related to phases
author Martin Geisler <mg@aragost.com>
date Wed, 20 Jun 2012 17:02:50 +0200
parents f4434e29a50d
children 8e4c6ccc7cdb
files query-languages.tex
diffstat 1 files changed, 13 insertions(+), 0 deletions(-) [+]
line wrap: on
line diff
--- a/query-languages.tex
+++ b/query-languages.tex
@@ -249,6 +249,19 @@
 
 \end{frame}
 
+\begin{frame}[fragile]{The Next Push (Offline!)}
+  With the introduction of \alert{phases} (Mercurial 2.1) you can use:
+\begin{lstlisting}
+$ hg log -r "not public()"
+\end{lstlisting}
+  to see unpublished changes without network communication.
+
+  Equivalent to:
+\begin{lstlisting}
+$ hg log -r "draft() or secret()"
+\end{lstlisting}
+\end{frame}
+
 %\begin{frame}[fragile]{Handling Missing Revisions}
 %  If you don't know if a given revision is present, then use:
 %  \begin{itemize}