Mercurial > hg
changeset 41074:9afe128f7727
help: remove a duplicate category name entry for TOPIC_CATEGORY_NONE
author | Matt Harbison <matt_harbison@yahoo.com> |
---|---|
date | Fri, 28 Dec 2018 17:45:27 -0500 |
parents | 536beb130f3c |
children | d0c86a7447a6 |
files | mercurial/help.py |
diffstat | 1 files changed, 0 insertions(+), 1 deletions(-) [+] |
line wrap: on
line diff
--- a/mercurial/help.py Fri Dec 28 17:33:13 2018 -0500 +++ b/mercurial/help.py Fri Dec 28 17:45:27 2018 -0500 @@ -119,7 +119,6 @@ TOPIC_CATEGORY_CONCEPTS: 'Concepts', TOPIC_CATEGORY_MISC: 'Miscellaneous', TOPIC_CATEGORY_NONE: 'Uncategorized topics', - TOPIC_CATEGORY_NONE: 'Uncategorized topics', } def listexts(header, exts, indent=1, showdeprecated=False):