- also check for 'should fix' in commit messages

Sat, 01 Nov 2014 15:29:45 +0200

author
Teemu Piippo <crimsondusk64@gmail.com>
date
Sat, 01 Nov 2014 15:29:45 +0200
changeset 54
180ae24d46f2
parent 53
e2b958a7e083
child 55
441a04262cb4

- also check for 'should fix' in commit messages

cobalt.py file | annotate | diff | comparison | revisions
--- a/cobalt.py	Sat Nov 01 11:53:05 2014 +0200
+++ b/cobalt.py	Sat Nov 01 15:29:45 2014 +0200
@@ -410,7 +410,7 @@
 				continue
 			#fi
 
-			rex = re.compile (r'^.*(fixes|resolves|addresses) ([0-9]+).*$')
+			rex = re.compile (r'^.*(fixes|resolves|addresses|should fix) ([0-9]+).*$')
 			match = rex.match (commit_message)
 
 			if not match:

mercurial