------------------------------------------------------------
revno: 906
committer: Debian BTS <debb...@rietz>
branch nick: mainline
timestamp: Fri 2009-09-04 05:08:26 +0000
message:
  merge changes from dla source
    ------------------------------------------------------------
    revno: 738.3.184
    committer: Don Armstrong <d...@donarmstrong.com>
    branch nick: source
    timestamp: Thu 2009-09-03 22:05:18 -0700
    message:
      support source as a field; revisit this later
=== modified file 'scripts/service'
--- scripts/service     2009-08-10 23:50:14 +0000
+++ scripts/service     2009-09-04 05:08:24 +0000
@@ -1130,7 +1130,7 @@
            %limit = ();
            print {$transcript} "Limit cleared.\n\n";
        }
-       elsif (exists $Debbugs::Status::fields{$field} ) {
+       elsif (exists $Debbugs::Status::fields{$field} or $field eq 'source') {
            # %limit can actually contain regexes, but because they're
            # not evaluated in Safe, DO NOT allow them through without
            # fixing this.

Reply via email to