inc/CommitCheck/SingleIssue.php
authorAlan Knowles <alan@akbkhome.com>
Wed, 26 Jan 2011 08:47:05 +0000 (16:47 +0800)
committerAlan Knowles <alan@akbkhome.com>
Wed, 26 Jan 2011 08:47:05 +0000 (16:47 +0800)
inc/CommitCheck/SingleIssue.php

index 9a1c05e..3d38279 100644 (file)
@@ -17,7 +17,8 @@ class MTrackCommitCheck_SingleIssue implements IMTrackCommitListener
         $ar = array();
         preg_match_all("/[0-9]+/i", $msg,$ar);
         if (count($ar[0]) !=  1) {
-            return "Fix only one bug with each commit - remove the changes that do not relate to this issue and commit again.";
+            return "Fix only one bug with each commit - 
+remove the changes that do not relate to this issue and commit again.";
         }