hgext/patchbomb.py
changeset 34112 4ec0029b76e8
parent 34111 798b679680aa
child 34113 a6fa5af781a4
equal deleted inserted replaced
34111:798b679680aa 34112:4ec0029b76e8
   103 configtable = {}
   103 configtable = {}
   104 configitem = registrar.configitem(configtable)
   104 configitem = registrar.configitem(configtable)
   105 
   105 
   106 configitem('patchbomb', 'bundletype',
   106 configitem('patchbomb', 'bundletype',
   107     default=None,
   107     default=None,
       
   108 )
       
   109 configitem('patchbomb', 'confirm',
       
   110     default=False,
   108 )
   111 )
   109 
   112 
   110 # Note for extension authors: ONLY specify testedwith = 'ships-with-hg-core' for
   113 # Note for extension authors: ONLY specify testedwith = 'ships-with-hg-core' for
   111 # extensions which SHIP WITH MERCURIAL. Non-mainline extensions should
   114 # extensions which SHIP WITH MERCURIAL. Non-mainline extensions should
   112 # be specifying the version(s) of Mercurial they are tested with, or
   115 # be specifying the version(s) of Mercurial they are tested with, or