tests/test-extension.t
changeset 31187 6b8e1a08ef1d
parent 31123 df0a0734304a
child 32337 46ba2cdda476
--- a/tests/test-extension.t	Sat Feb 25 18:35:34 2017 +0900
+++ b/tests/test-extension.t	Sat Feb 25 18:41:00 2017 +0900
@@ -1113,6 +1113,14 @@
     intro=never  # never include an introduction message
     intro=always # always include an introduction message
   
+  You can specify a template for flags to be added in subject prefixes. Flags
+  specified by --flag option are exported as "{flags}" keyword:
+  
+    [patchbomb]
+    flagtemplate = "{separate(' ',
+                              ifeq(branch, 'default', '', branch|upper),
+                              flags)}"
+  
   You can set patchbomb to always ask for confirmation by setting
   "patchbomb.confirm" to true.