##// END OF EJS Templates
configitems: register the 'commands.show.aliasprefix' config
Boris Feld -
r34519:592a3cc1 default
parent child Browse files
Show More
@@ -51,6 +51,13 b" testedwith = 'ships-with-hg-core'"
51
51
52 cmdtable = {}
52 cmdtable = {}
53 command = registrar.command(cmdtable)
53 command = registrar.command(cmdtable)
54
55 configtable = {}
56 configitem = registrar.configitem(configtable)
57 configitem('commands', 'show.aliasprefix',
58 default=list,
59 )
60
54 revsetpredicate = registrar.revsetpredicate()
61 revsetpredicate = registrar.revsetpredicate()
55
62
56 class showcmdfunc(registrar._funcregistrarbase):
63 class showcmdfunc(registrar._funcregistrarbase):
General Comments 0
You need to be logged in to leave comments. Login now