# Example global regex substitutions\r
# Use !!! to separate the search pattern and the replace pattern\r
# searchpattern!!!replacepattern\r
+# SINCE 0.5.0\r
regex.global.bug = \\b(Bug:)(\\s*[#]?|-){0,1}(\\d+)\\b!!!<a href="http://somehost/bug/$3">Bug-Id: $3</a>\r
+# SINCE 0.5.0\r
regex.global.changeid = \\b(Change-Id:\\s*)([A-Za-z0-9]*)\\b!!!<a href="http://somehost/changeid/$2">Change-Id: $2</a>\r
\r
# Example per-repository regex substitutions overrides global\r
+# SINCE 0.5.0\r
regex.myrepository.bug = \\b(Bug:)(\\s*[#]?|-){0,1}(\\d+)\\b!!!<a href="http://elsewhere/bug/$3">Bug-Id: $3</a>\r
\r
#\r
#\r
# SINCE 0.6.0\r
mail.username =\r
+# SINCE 0.6.0\r
mail.password =\r
\r
# from address for generated emails\r