From: Don Armstrong Date: Thu, 20 Aug 2009 22:49:10 +0000 (-0700) Subject: split on keywords and tags X-Git-Tag: release/2.6.0~442^2~1 X-Git-Url: https://git.donarmstrong.com/?p=debbugs.git;a=commitdiff_plain;h=0ce2c307b5d5fb00e39bdf2bb9536d6831d7edc7 split on keywords and tags --- diff --git a/Debbugs/Status.pm b/Debbugs/Status.pm index 26b8a84..0e67f58 100644 --- a/Debbugs/Status.pm +++ b/Debbugs/Status.pm @@ -291,6 +291,10 @@ my %split_fields = affects => \&splitpackages, blocks => $ditch_empty_space, blockedby => $ditch_empty_space, + # this isn't strictly correct, but we'll split both of them for + # the time being until we ditch all use of keywords everywhere + # from the code + keywords => $ditch_empty_space, tags => $ditch_empty_space, found_versions => $ditch_empty_space, fixed_versions => $ditch_empty_space,