# HG changeset patch # User Martin Geisler # Date 1340204776 -7200 # Node ID 9c50a8f94f94319dd3cd219762b2688456dc89ae # Parent 8e4c6ccc7cdb41cf6d3f10b0ad1eeaff42633564 Sets are normally not ordered, but revsets are diff --git a/query-languages.tex b/query-languages.tex --- a/query-languages.tex +++ b/query-languages.tex @@ -282,7 +282,7 @@ \begin{itemize}[<+->] \item \cmd{max(set)}, \cmd{min(set)}: the changeset with minimum/maximum revision number in the set - \item \cmd{reverse(set)}: the set is ordered; this reverses it + \item \cmd{reverse(set)}: the ``set'' is ordered; this reverses it \item \cmd{limit(set, n)}, \cmd{last(set, n)}: the first/last $n$ changesets \item \cmd{sort(set[, [-]key...])}: sorting the set by revision