mercurial/revset.py
changeset 16755 d0b9ebba41e9
parent 16746 9acb5cd19162
parent 16748 0a730d3c5aae
child 16778 2ac08d8b21aa
--- a/mercurial/revset.py	Sun May 20 14:37:22 2012 -0500
+++ b/mercurial/revset.py	Sun May 20 14:40:36 2012 -0500
@@ -867,6 +867,10 @@
     """``present(set)``
     An empty set, if any revision in set isn't found; otherwise,
     all revisions in set.
+
+    If any of specified revisions is not present in the local repository,
+    the query is normally aborted. But this predicate allows the query
+    to continue even in such cases.
     """
     try:
         return getset(repo, subset, x)