mercurial/revset.py
branchstable
changeset 39803 0561e69ed9f1
parent 39802 3bc4fce0167f
child 39805 823f34acfd46
--- a/mercurial/revset.py	Tue Sep 25 16:14:57 2018 -0400
+++ b/mercurial/revset.py	Tue Sep 25 16:18:43 2018 -0400
@@ -623,7 +623,7 @@
 
 @predicate('commonancestors(set)', safe=True)
 def commonancestors(repo, subset, x):
-    """Returns all common ancestors of the set.
+    """Changesets that are ancestors of every changeset in set.
     """
     startrevs = getset(repo, fullreposet(repo), x, order=anyorder)
     if not startrevs: