# HG changeset patch # User Sietse Brouwer # Date 1602498798 -7200 # Node ID 5e71952c8b4acd8d692b4d01720f6082f8ce408e # Parent e25394b6d021db5160db688ce760380a470463da ngtip: make revset help text slightly more descriptive diff -r e25394b6d021 -r 5e71952c8b4a hgext3rd/topic/revset.py --- a/hgext3rd/topic/revset.py Wed Oct 07 09:34:59 2020 +0200 +++ b/hgext3rd/topic/revset.py Mon Oct 12 12:33:18 2020 +0200 @@ -76,7 +76,7 @@ @revsetpredicate(b'ngtip([branch])') def ngtipset(repo, subset, x): - """The untopiced tip. + """The tip of a branch, ignoring changesets with a topic. Name is horrible so that people change it. """