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