tests/test-extension.t
changeset 31187 6b8e1a08ef1d
parent 31123 df0a0734304a
child 32337 46ba2cdda476
equal deleted inserted replaced
31186:83fa357edbd5 31187:6b8e1a08ef1d
  1111     [patchbomb]
  1111     [patchbomb]
  1112     intro=auto   # include introduction message if more than 1 patch (default)
  1112     intro=auto   # include introduction message if more than 1 patch (default)
  1113     intro=never  # never include an introduction message
  1113     intro=never  # never include an introduction message
  1114     intro=always # always include an introduction message
  1114     intro=always # always include an introduction message
  1115   
  1115   
       
  1116   You can specify a template for flags to be added in subject prefixes. Flags
       
  1117   specified by --flag option are exported as "{flags}" keyword:
       
  1118   
       
  1119     [patchbomb]
       
  1120     flagtemplate = "{separate(' ',
       
  1121                               ifeq(branch, 'default', '', branch|upper),
       
  1122                               flags)}"
       
  1123   
  1116   You can set patchbomb to always ask for confirmation by setting
  1124   You can set patchbomb to always ask for confirmation by setting
  1117   "patchbomb.confirm" to true.
  1125   "patchbomb.confirm" to true.
  1118   
  1126   
  1119   (use 'hg help extensions' for information on enabling extensions)
  1127   (use 'hg help extensions' for information on enabling extensions)
  1120 
  1128