List:Commits« Previous MessageNext Message »
From:Hakan Kuecuekyilmaz Date:July 1 2008 5:14pm
Subject:bzr commit into mysql-falcon branch (hakan:215)
View as plain text  
#At bzr+ssh://bk-internal.mysql.com/bzrroot/mysql-falcon/

  215 Hakan Kuecuekyilmaz	2008-07-01
      Added header describing the statistics.
modified:
  falcon_bug_statistic/falcon_bug_statistic_text.php

=== modified file 'falcon_bug_statistic/falcon_bug_statistic_text.php'
--- a/falcon_bug_statistic/falcon_bug_statistic_text.php	2008-06-30 18:05:11 +0000
+++ b/falcon_bug_statistic/falcon_bug_statistic_text.php	2008-07-01 17:13:22 +0000
@@ -105,6 +105,7 @@ echo "\n";
 /**
  * Id | Priority | Status | Short description.
  */
+echo 'Falcon related bugs, which were newly reported in the last seven days.'
 echo $hr_ipsd;
 printf(I_HEADER . '| ' . P_HEADER . '| ' . S_HEADER . '| ' . D_HEADER . "\n",
        'Id', 'Priority', 'Status', 'Short description');
@@ -129,6 +130,7 @@ echo "\n";
 /**
  * Id | Priority | Status | Synopsis and change
  */
+echo 'Falcon related bugs, which changed their status in the last seven days.'
 echo $hr_ipsd;
 printf(I_HEADER . '| ' . P_HEADER . '| ' . S_HEADER . '| ' . D_HEADER . "\n",
        'Id', 'Priority', 'Status', 'Synopsis and change');

Thread
bzr commit into mysql-falcon branch (hakan:215) Hakan Kuecuekyilmaz1 Jul