# HG changeset patch # User pacien # Date 1663594870 -7200 # Node ID 0ef3c127cf28c4778c03ce58fee7678e12b82f84 # Parent a2855aff12688c7f70300e1ab4c87fb622f3d6f5 doc: fix typo in revset/stack() help text diff -r a2855aff1268 -r 0ef3c127cf28 hgext3rd/topic/revset.py --- 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'