Show More
@@ -99,6 +99,14 b' stringio = util.stringio' | |||||
99 |
|
99 | |||
100 | cmdtable = {} |
|
100 | cmdtable = {} | |
101 | command = registrar.command(cmdtable) |
|
101 | command = registrar.command(cmdtable) | |
|
102 | ||||
|
103 | configtable = {} | |||
|
104 | configitem = registrar.configitem(configtable) | |||
|
105 | ||||
|
106 | configitem('patchbomb', 'bundletype', | |||
|
107 | default=None, | |||
|
108 | ) | |||
|
109 | ||||
102 | # Note for extension authors: ONLY specify testedwith = 'ships-with-hg-core' for |
|
110 | # Note for extension authors: ONLY specify testedwith = 'ships-with-hg-core' for | |
103 | # extensions which SHIP WITH MERCURIAL. Non-mainline extensions should |
|
111 | # extensions which SHIP WITH MERCURIAL. Non-mainline extensions should | |
104 | # be specifying the version(s) of Mercurial they are tested with, or |
|
112 | # be specifying the version(s) of Mercurial they are tested with, or |
General Comments 0
You need to be logged in to leave comments.
Login now