releaseAutomation/mercurialComparison.pl
changeset 83 bbe9783cf993
parent 58 18edc8e9ec9e
child 84 16baed851c67
--- a/releaseAutomation/mercurialComparison.pl	Wed Sep 23 16:44:32 2009 +0100
+++ b/releaseAutomation/mercurialComparison.pl	Wed Sep 23 17:18:24 2009 +0100
@@ -70,7 +70,7 @@
 {
 	chomp $package;
 	$package =~ s{No valid comparison for }{};
-	$cookedData{$package}->{exception} = "Package is brand new, or converted from SFL -> EPL, or has transitioned from FCL back to MCL (not covered in this section)\n";
+	$cookedData{$package}->{exception} = "* Package is brand new, or converted from SFL -> EPL, or has transitioned from FCL back to MCL (not covered in this section)\n";
 }
 
 # Cut-off for "interesting" packages
@@ -111,11 +111,11 @@
 	print <<"EOT";
 === $package ===
 
-$cookedData{$package}->{addRemove} files added/removed
-$cookedData{$package}->{percentChurn}% churn
+* $cookedData{$package}->{addRemove} files added/removed
+* $cookedData{$package}->{percentChurn}% churn
 $cookedData{$package}->{exception}
-* Cause1
-* etc
+# Cause1
+# etc
 
 EOT
 }