Uncommented necessary line of code!
authorSimon Howkins <simonh@symbian.org>
Thu, 17 Sep 2009 14:18:32 +0100
changeset 56 9b6317ec9e32
parent 55 67168a24b405
child 57 18edc8e9ec9e
Uncommented necessary line of code!
releaseAutomation/mercurialComparison.pl
--- a/releaseAutomation/mercurialComparison.pl	Thu Sep 17 14:05:23 2009 +0100
+++ b/releaseAutomation/mercurialComparison.pl	Thu Sep 17 14:18:32 2009 +0100
@@ -25,7 +25,7 @@
 defined shift and die "No more than three arguments please\n";
 
 # Use external scripts to get the raw data and produce the CSV summary (to go into Excel, etc)
-#system("perl $FindBin::Bin\\..\\clone_packages\\clone_all_packages.pl -packagelist $bomInfoFile -exec -- hg status -A --rev $previousPdkLabel 2>&1 | perl $FindBin::Bin\\..\\williamr\\summarise_hg_status.pl 2> nul: > $detailsTsvFilename");
+system("perl $FindBin::Bin\\..\\clone_packages\\clone_all_packages.pl -packagelist $bomInfoFile -exec -- hg status -A --rev $previousPdkLabel 2>&1 | perl $FindBin::Bin\\..\\williamr\\summarise_hg_status.pl 2> nul: > $detailsTsvFilename");
 
 # The redirection above means that we discard STDERR from summarise_hg_status,
 # which lists packages for which it was unable to generate any data