changeset 347:33e70647b112

There is no text fileset predicate
author Martin Geisler <mg@aragost.com>
date Wed, 20 Jun 2012 17:17:37 +0200
parents e1ffd0b18d71
children 7cef6fdd87b1
files query-languages.tex
diffstat 1 files changed, 1 insertions(+), 1 deletions(-) [+]
line wrap: on
line diff
--- a/query-languages.tex
+++ b/query-languages.tex
@@ -444,7 +444,7 @@
   \begin{itemize}[<+->]
   \item \cmd{grep()}: like the Unix \cmd{grep} we all love
   \item \cmd{contains()}: simple sub-string matching
-  \item \cmd{binary()}, \cmd{text()}: does file contain a NUL byte?
+  \item \cmd{binary()}: does file contain a NUL byte?
 \begin{lstlisting}
 $ hg add "set:unknown() and not binary()"
 \end{lstlisting}