hgext/patchbomb.py
branchstable
changeset 34911 645b6684cf5b
parent 34762 9223a437fdb6
child 35067 71e63fe6b1ab
equal deleted inserted replaced
34910:498697fe41f2 34911:645b6684cf5b
   126 )
   126 )
   127 configitem('patchbomb', 'publicurl',
   127 configitem('patchbomb', 'publicurl',
   128     default=None,
   128     default=None,
   129 )
   129 )
   130 configitem('patchbomb', 'reply-to',
   130 configitem('patchbomb', 'reply-to',
       
   131     default=None,
       
   132 )
       
   133 configitem('patchbomb', 'to',
   131     default=None,
   134     default=None,
   132 )
   135 )
   133 
   136 
   134 # Note for extension authors: ONLY specify testedwith = 'ships-with-hg-core' for
   137 # Note for extension authors: ONLY specify testedwith = 'ships-with-hg-core' for
   135 # extensions which SHIP WITH MERCURIAL. Non-mainline extensions should
   138 # extensions which SHIP WITH MERCURIAL. Non-mainline extensions should