Adjusted release tagging, so that it clones from the package source, not dst, and hence it's
much less likely that the tagging operation will create multiple heads on the TAGS branch.
--- a/common/templates/tag-hg-code.ant.xml.ftl Mon Oct 18 17:36:29 2010 +0100
+++ b/common/templates/tag-hg-code.ant.xml.ftl Tue Oct 19 11:11:40 2010 +0100
@@ -15,7 +15,7 @@
<arg value="clone"/>
<arg value="--rev"/>
<arg value="TAGS"/>
- <arg value="${pkg_detail.dst}"/>
+ <arg value="${pkg_detail.source}"/>
<arg value="tagging${pkg_detail.dst}"/>
</exec>
<if>