Mercurial > public > mercurial-scm > hg-stable
comparison mercurial/help.py @ 41077: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 | e8e2a7656e83 |
children | d0c86a7447a6 |
comparison
equal
deleted
inserted
replaced
41076:536beb130f3c | 41077:9afe128f7727 |
---|---|
116 TOPIC_CATEGORY_IDS: 'Mercurial identifiers', | 116 TOPIC_CATEGORY_IDS: 'Mercurial identifiers', |
117 TOPIC_CATEGORY_OUTPUT: 'Mercurial output', | 117 TOPIC_CATEGORY_OUTPUT: 'Mercurial output', |
118 TOPIC_CATEGORY_CONFIG: 'Mercurial configuration', | 118 TOPIC_CATEGORY_CONFIG: 'Mercurial configuration', |
119 TOPIC_CATEGORY_CONCEPTS: 'Concepts', | 119 TOPIC_CATEGORY_CONCEPTS: 'Concepts', |
120 TOPIC_CATEGORY_MISC: 'Miscellaneous', | 120 TOPIC_CATEGORY_MISC: 'Miscellaneous', |
121 TOPIC_CATEGORY_NONE: 'Uncategorized topics', | |
122 TOPIC_CATEGORY_NONE: 'Uncategorized topics', | 121 TOPIC_CATEGORY_NONE: 'Uncategorized topics', |
123 } | 122 } |
124 | 123 |
125 def listexts(header, exts, indent=1, showdeprecated=False): | 124 def listexts(header, exts, indent=1, showdeprecated=False): |
126 '''return a text listing of the given extensions''' | 125 '''return a text listing of the given extensions''' |