]> git.donarmstrong.com Git - debbugs.git/blobdiff - cgi/version.cgi
remove useless duplicated functions
[debbugs.git] / cgi / version.cgi
index d75edcf2cff233fbea5ac2801f778ed316364dd8..105111a351d4bd880cae056f78a237f99df1f627 100755 (executable)
@@ -131,6 +131,8 @@ my %state = (found  => ['fillcolor="salmon"',
                        'shape="rect"',
                       ],
            );
+# TODO: Allow collapsing versions which are at the same state and not
+# in a suite.
 foreach my $key (keys %all_states) {
      my ($short_version) = $key =~ m{/(.+)$};
      next if $cgi_var{ignore_boring} and (not defined $all_states{$key}