diff --git a/mercurial/revset.py b/mercurial/revset.py --- a/mercurial/revset.py +++ b/mercurial/revset.py @@ -1054,7 +1054,7 @@ @predicate(b'extinct()', safe=True) def extinct(repo, subset, x): - """Obsolete changesets with obsolete descendants only. + """Obsolete changesets with obsolete descendants only. (EXPERIMENTAL) """ # i18n: "extinct" is a keyword getargs(x, 0, 0, _(b"extinct takes no arguments"))