You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@lucy.apache.org by ka...@apache.org on 2012/01/11 04:00:43 UTC

[lucy-commits] svn commit: r1229878 - in /incubator/lucy: branches/0.3/devel/bin/format_changes_entry.pl trunk/devel/bin/format_changes_entry.pl

Author: karpet
Date: Wed Jan 11 03:00:42 2012
New Revision: 1229878

URL: http://svn.apache.org/viewvc?rev=1229878&view=rev
Log:
add placeholder for JIRA Sub-Task category (really needs a refactor to group Tasks and Sub-Tasks together)

Modified:
    incubator/lucy/branches/0.3/devel/bin/format_changes_entry.pl
    incubator/lucy/trunk/devel/bin/format_changes_entry.pl

Modified: incubator/lucy/branches/0.3/devel/bin/format_changes_entry.pl
URL: http://svn.apache.org/viewvc/incubator/lucy/branches/0.3/devel/bin/format_changes_entry.pl?rev=1229878&r1=1229877&r2=1229878&view=diff
==============================================================================
--- incubator/lucy/branches/0.3/devel/bin/format_changes_entry.pl (original)
+++ incubator/lucy/branches/0.3/devel/bin/format_changes_entry.pl Wed Jan 11 03:00:42 2012
@@ -26,6 +26,7 @@ my %section_headers = (
     Improvement   => 'Improvements',
     "New Feature" => 'New features',
     Task          => 'Tasks',
+    'Sub-task'    => 'Tasks',
     Test          => 'Tests',
 );
 

Modified: incubator/lucy/trunk/devel/bin/format_changes_entry.pl
URL: http://svn.apache.org/viewvc/incubator/lucy/trunk/devel/bin/format_changes_entry.pl?rev=1229878&r1=1229877&r2=1229878&view=diff
==============================================================================
--- incubator/lucy/trunk/devel/bin/format_changes_entry.pl (original)
+++ incubator/lucy/trunk/devel/bin/format_changes_entry.pl Wed Jan 11 03:00:42 2012
@@ -26,6 +26,7 @@ my %section_headers = (
     Improvement   => 'Improvements',
     "New Feature" => 'New features',
     Task          => 'Tasks',
+    'Sub-task'    => 'Tasks',
     Test          => 'Tests',
 );