Tag level should be "normal" otherwise the tags are not copied to the original repo
--- a/common/templates/tag-hg-code.ant.xml.ftl Mon Mar 30 12:07:32 2009 +0100
+++ b/common/templates/tag-hg-code.ant.xml.ftl Mon Mar 30 13:17:02 2009 +0100
@@ -8,7 +8,7 @@
<target name="sf-tag-hg-code-${count}">
<sequential>
<hlm:scm verbose="true" scmUrl="scm:hg:${pkg_detail.source}">
- <hlm:tag basedir="${ant['sf.spec.job.drive']}${pkg_detail.dst}" name="${ant['sf.tagafterbuild.tag']}" level="local"/>
+ <hlm:tag basedir="${ant['sf.spec.job.drive']}${pkg_detail.dst}" name="${ant['sf.tagafterbuild.tag']}" level="normal"/>
</hlm:scm>
</sequential>
</target>