##// END OF EJS Templates
help: register the 'gpg' command category and give it a description...
Sietse Brouwer -
r42421:ade02721 default
parent child Browse files
Show More
@@ -49,6 +49,11 b" configitem('gpg', '.*',"
49
49
50 # Custom help category
50 # Custom help category
51 _HELP_CATEGORY = 'gpg'
51 _HELP_CATEGORY = 'gpg'
52 help.CATEGORY_ORDER.insert(
53 help.CATEGORY_ORDER.index(registrar.command.CATEGORY_HELP),
54 _HELP_CATEGORY
55 )
56 help.CATEGORY_NAMES[_HELP_CATEGORY] = 'Signing changes (GPG)'
52
57
53 class gpg(object):
58 class gpg(object):
54 def __init__(self, path, key=None):
59 def __init__(self, path, key=None):
General Comments 0
You need to be logged in to leave comments. Login now