Tweaked so that all revs are cloned from the utilities web repo, but it's still synced to the head of the default branch.
--- a/common/build.xml Tue May 25 13:36:39 2010 +0100
+++ b/common/build.xml Mon May 17 15:45:32 2010 +0100
@@ -337,7 +337,8 @@
<echo message="Cloning utilities repository to ${build.drive}/utilities"/>
<exec executable="hg">
<arg value="clone"/>
- <arg value="-rdefault"/>
+ <arg value="--updaterev"/>
+ <arg value="default"/>
<arg value="http://developer.symbian.org/oss/MCL/sftools/fbf/utilities"/>
<arg value="${build.drive}/utilities"/>
</exec>