]> git.donarmstrong.com Git - debbugs.git/commitdiff
split on keywords and tags
authorDon Armstrong <don@donarmstrong.com>
Thu, 20 Aug 2009 22:49:10 +0000 (15:49 -0700)
committerDon Armstrong <don@donarmstrong.com>
Thu, 20 Aug 2009 22:49:10 +0000 (15:49 -0700)
Debbugs/Status.pm

index 26b8a84a8434e7469a1127ab23f1b8894cf9345a..0e67f581783266c7f2e1ad2312fc78941f7c5f5f 100644 (file)
@@ -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,