Updated wiki markup output so that lines don't run together (now a list).
authorSimon Howkins <simonh@symbian.org>
Wed, 23 Sep 2009 17:18:24 +0100
changeset 82 bbe9783cf993
parent 81 dbc58074ae06
child 83 16baed851c67
Updated wiki markup output so that lines don't run together (now a list).
releaseAutomation/mercurialComparison.pl
--- 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
 }