# HG changeset patch # User Martin Geisler # Date 1340205457 -7200 # Node ID 33e70647b112b0dc5d5fcb0758991286ea56ec4e # Parent e1ffd0b18d71541d35cbf70f27a1819169909dcc There is no text fileset predicate diff --git a/query-languages.tex b/query-languages.tex --- 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}