mercurial/help.py
changeset 41074 9afe128f7727
parent 41010 e8e2a7656e83
child 41075 d0c86a7447a6
equal deleted inserted replaced
41073:536beb130f3c 41074: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'''