Fix: update back to HighFidelityModel is not possible because there are changed files and it crosses branches
--- 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)