From 0ce2c307b5d5fb00e39bdf2bb9536d6831d7edc7 Mon Sep 17 00:00:00 2001 From: Don Armstrong Date: Thu, 20 Aug 2009 15:49:10 -0700 Subject: [PATCH] split on keywords and tags --- Debbugs/Status.pm | 4 ++++ 1 file changed, 4 insertions(+) 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, -- 2.39.2