Mercurial > evolve
changeset 6297:0ef3c127cf28
doc: fix typo in revset/stack() help text
author | pacien <pacien.trangirard@pacien.net> |
---|---|
date | Mon, 19 Sep 2022 15:41:10 +0200 |
parents | a2855aff1268 |
children | 0f16420c5907 |
files | hgext3rd/topic/revset.py |
diffstat | 1 files changed, 3 insertions(+), 3 deletions(-) [+] |
line wrap: on
line diff
--- a/hgext3rd/topic/revset.py Mon Jul 25 12:30:12 2022 +0400 +++ b/hgext3rd/topic/revset.py Mon Sep 19 15:41:10 2022 +0200 @@ -131,10 +131,10 @@ @revsetpredicate(b'stack()') def stackset(repo, subset, x): - """All relevant changes in the current topic, + """All relevant changes in the current topic. - This is roughly equivalent to 'topic(.) - obsolete' with a sorting moving - unstable changeset after there future parent (as if evolve where already + This is roughly equivalent to 'topic(.) - obsolete()' with a sorting moving + unstable changeset after their future parent (as if evolve were already run). """ err = b'stack takes no arguments, it works on current topic'