releaseAutomation/mercurialComparison.pl
changeset 83 16baed851c67
parent 82 bbe9783cf993
child 86 97b833888afe
equal deleted inserted replaced
82:bbe9783cf993 83:16baed851c67
    93 	# Nothing interesting about this package
    93 	# Nothing interesting about this package
    94 	delete $cookedData{$package};
    94 	delete $cookedData{$package};
    95 }
    95 }
    96 
    96 
    97 # Output
    97 # Output
    98 print <<"EOT";
       
    99 == Mercurial Comparison with $previousPdkLabel ==
       
   100 
       
   101 The Mercurial changes from Nokia were delivered as a bulk update based on '''XXXXXXXXXXXXXXXXXXXXXX'''.
       
   102 
       
   103 List of the Mercurial changes (files added/removed/modified) between $previousPdkLabel and PDK '''XXXXX''' - [[Media:XXXX.txt]].
       
   104 
       
   105 A short study of the results which concentrated on the added and removed files has identified these significant package changes: 
       
   106 
       
   107 EOT
       
   108 
       
   109 foreach my $package (sort keys %cookedData)
    98 foreach my $package (sort keys %cookedData)
   110 {
    99 {
   111 	print <<"EOT";
   100 	print <<"EOT";
   112 === $package ===
   101 === $package ===
   113 
   102