diff -r 96567d7b618a -r ab041f8d7a61 generate_system_models.pl --- a/generate_system_models.pl Wed May 19 12:30:24 2010 +0100 +++ b/generate_system_models.pl Wed May 19 12:39:32 2010 +0100 @@ -36,7 +36,7 @@ # Full model in schema 3.0.0 format, including all of the test units. print "\n\n### GENERATE FULL MODEL ###\n"; - my $updatehifi_cmd = "hg -R packages update -r HighFidelityModel"; + my $updatehifi_cmd = "hg -R packages update -r HighFidelityModel -C"; print "$updatehifi_cmd\n"; system($updatehifi_cmd); if (!$packages_changeset)