Mercurial > evolve
diff hgext3rd/topic/revset.py @ 5603:5e71952c8b4a stable
ngtip: make revset help text slightly more descriptive
author | Sietse Brouwer <sbbrouwer@gmail.com> |
---|---|
date | Mon, 12 Oct 2020 12:33:18 +0200 |
parents | e25394b6d021 |
children | f27ef537bf83 |
line wrap: on
line diff
--- 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. """