--- a/common/templates/source-spec.ant.xml.ftl Fri Apr 03 16:50:59 2009 +0100
+++ b/common/templates/source-spec.ant.xml.ftl Mon Apr 06 11:09:18 2009 +0100
@@ -22,6 +22,9 @@
<hlm:tagSet refid="hg.tags.id${dollar}{refid}" />
</hlm:latestTag>
</hlm:update>
+ <exec command="hg identify -n" dir="${ant['build.drive']}${pkg_detail.dst}" outputproperty="sf.sourcesync.repo.n"/>
+ <exec command="hg identify -i" dir="${ant['build.drive']}${pkg_detail.dst}" outputproperty="sf.sourcesync.repo.i"/>
+ <echo message="dir ${ant['build.drive']}${pkg_detail.dst} : revision ${sf.sourcesync.repo.n}:${sf.sourcesync.repo.i}"/>
</hlm:scm>
</sequential>
</target>