contrib/check-commit
changeset 24703 868cec6409c4
parent 24049 ba272156113f
child 25137 85fc79707cb2
--- a/contrib/check-commit	Mon Apr 13 09:54:36 2015 -0400
+++ b/contrib/check-commit	Sun Apr 12 14:54:53 2015 -0400
@@ -20,7 +20,7 @@
 errors = [
     (r"[(]bc[)]", "(BC) needs to be uppercase"),
     (r"[(]issue \d\d\d", "no space allowed between issue and number"),
-    (r"[(]bug", "use (issueDDDD) instead of bug"),
+    (r"[(]bug(\d|\s)", "use (issueDDDD) instead of bug"),
     (r"^# User [^@\n]+$", "username is not an email address"),
     (r"^# .*\n(?!merge with )[^#]\S+[^:] ",
      "summary line doesn't start with 'topic: '"),