Mercurial > evolve
changeset 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 d9ee2706487f 0d1ed042d0f5 |
files | hgext3rd/topic/revset.py |
diffstat | 1 files changed, 1 insertions(+), 1 deletions(-) [+] |
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. """