]> git.donarmstrong.com Git - debbugs.git/commitdiff
set repeatmerged to yes by default
authorDon Armstrong <don@volo>
Sat, 17 Feb 2007 21:22:49 +0000 (13:22 -0800)
committerDon Armstrong <don@volo>
Sat, 17 Feb 2007 21:22:49 +0000 (13:22 -0800)
cgi/bugreport.cgi

index 5a28f5792b35ad9a95e3e06f2368a989307d8b8c..7c5f2eef7ef838b17e94e7cb3e76891d0c587ec9 100755 (executable)
@@ -37,6 +37,7 @@ my %param = cgi_parameters(query => $q,
                                       mboxstat  => 'no',
                                       mboxmaint => 'no',
                                       archive   => 'no',
+                                      repeatmerged => 'yes',
                                      },
                          );
 # This is craptacular.