]> git.donarmstrong.com Git - debbugs.git/commitdiff
include experimental in the default removal tags
authorDon Armstrong <don@donarmstrong.com>
Fri, 27 Jan 2017 16:50:36 +0000 (08:50 -0800)
committerDon Armstrong <don@donarmstrong.com>
Fri, 27 Jan 2017 16:50:36 +0000 (08:50 -0800)
Debbugs/Config.pm

index 768ce7519873c7cdc6229cca50fd9311d656f403..3bcfdfc70e37d7f376e91a65a052e30915859cbb 100644 (file)
@@ -526,12 +526,12 @@ set_default(\%config,'removal_distribution_tags',
 For removal/archival purposes, all bugs are assumed to have these tags
 set.
 
-Default: qw(unstable testing);
+Default: qw(experimental unstable testing);
 
 =cut
 
 set_default(\%config,'removal_default_distribution_tags',
-           [qw(unstable testing)]
+           [qw(experimental unstable testing)]
           );
 
 =item removal_strong_severity_default_distribution_tags
@@ -539,12 +539,12 @@ set_default(\%config,'removal_default_distribution_tags',
 For removal/archival purposes, all bugs with strong severity are
 assumed to have these tags set.
 
-Default: qw(unstable testing stable);
+Default: qw(experimental unstable testing stable);
 
 =cut
 
 set_default(\%config,'removal_strong_severity_default_distribution_tags',
-           [qw(unstable testing stable)]
+           [qw(experimental unstable testing stable)]
           );