------------------------------------------------------------
revno: 920
committer: Debian BTS <debb...@rietz>
branch nick: debian
timestamp: Mon 2009-08-10 22:39:30 +0000
message:
  merge changes from dla source
    ------------------------------------------------------------
    revno: 721.14.149
    committer: Don Armstrong <d...@donarmstrong.com>
    branch nick: source
    timestamp: Mon 2009-08-10 14:57:34 -0700
    message:
       * support +=-foo so ari can be happy
=== modified file 'scripts/service'
--- scripts/service     2009-08-10 21:49:12 +0000
+++ scripts/service     2009-08-10 22:39:28 +0000
@@ -791,7 +791,7 @@
        $ref = $clonebugs{$ref} if exists $clonebugs{$ref};
        $bug_affected{$ref}=1;
        my $tags = $2;
-       my @tags = split /[\s,]+/, $tags;
+       my @tags = map {m/^([+=-])(.+)/ ? ($1,$2):($_)} split /[\s,]+/, $tags;
        # this is an array of hashrefs which contain two elements, the
        # first of which is the array of tags, the second is the
        # option to pass to set_tag (we use a hashref here to make it

Reply via email to