mercurial/help/revsets.txt
changeset 11944 df52ff0980fe
parent 11708 ba65d61f3158
child 12408 78a97859b90d
--- a/mercurial/help/revsets.txt	Fri Aug 13 13:16:34 2010 -0400
+++ b/mercurial/help/revsets.txt	Fri Aug 13 13:11:41 2010 -0300
@@ -122,6 +122,10 @@
 ``parents(set)``
   The set of all parents for all changesets in set.
 
+``present(set)``
+  An empty set, if any revision in set isn't found; otherwise,
+  all revisions in set.
+
 ``removes(pattern)``
   Changesets which remove files matching pattern.