diff -r 67168a24b405 -r 9b6317ec9e32 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