Mercurial > hg
changeset 44700:7834da4b00fa
revset: mark `extinct()` experimental
Differential Revision: https://phab.mercurial-scm.org/D8407
author | Matt Harbison <matt_harbison@yahoo.com> |
---|---|
date | Mon, 13 Apr 2020 12:18:29 -0400 |
parents | bcc1846e0f2b |
children | ecbba7b2e444 |
files | mercurial/revset.py |
diffstat | 1 files changed, 1 insertions(+), 1 deletions(-) [+] |
line wrap: on
line diff
--- a/mercurial/revset.py Mon Apr 13 12:17:52 2020 -0400 +++ b/mercurial/revset.py Mon Apr 13 12:18:29 2020 -0400 @@ -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"))