The following commit has been merged in the master branch:
commit e3105b1e8ec017ff38ad33e3befcb9ef40f15b4c
Author: Jordà Polo <[EMAIL PROTECTED]>
Date: Wed Jul 30 17:30:43 2008 +0200
Show unclassified tags in verbose mode
diff --git a/private/transtats b/private/transtats
index 738cae1..056cadf 100755
--- a/private/transtats
+++ b/private/transtats
@@ -155,4 +155,9 @@ foreach my $old (@codes) {
}
}
+if ($verbose >= 1 and exists $stats{severity}{unclassified}) {
+ print "\nUnclassified tags\n";
+ print " ". join("\n ", @{$stats{severity}{unclassified}}) ."\n"
+}
+
# vim: sw=4 sts=4 ts=4 et sr
--
Debian package checker
--
To UNSUBSCRIBE, email to [EMAIL PROTECTED]
with a subject of "unsubscribe". Trouble? Contact [EMAIL PROTECTED]