common/templates/source-spec.ant.xml.ftl
changeset 46 34dc6e6caaa4
parent 17 c677077df18c
child 47 d835e951a925
--- 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>