D4740: revset: reword commonancestor()'s help
valentin.gatienbaron (Valentin Gatien-Baron)
phabricator at mercurial-scm.org
Wed Sep 26 11:35:02 UTC 2018
This revision was automatically updated to reflect the committed changes.
Closed by commit rHG0561e69ed9f1: revset: reword commonancestor()'s help (authored by valentin.gatienbaron, committed by ).
CHANGED PRIOR TO COMMIT
https://phab.mercurial-scm.org/D4740?vs=11357&id=11367#toc
REPOSITORY
rHG Mercurial
CHANGES SINCE LAST UPDATE
https://phab.mercurial-scm.org/D4740?vs=11357&id=11367
REVISION DETAIL
https://phab.mercurial-scm.org/D4740
AFFECTED FILES
mercurial/revset.py
CHANGE DETAILS
diff --git a/mercurial/revset.py b/mercurial/revset.py
--- a/mercurial/revset.py
+++ b/mercurial/revset.py
@@ -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:
To: valentin.gatienbaron, #hg-reviewers
Cc: mercurial-devel
More information about the Mercurial-devel
mailing list