equal
deleted
inserted
replaced
25 <hlm:tagSet refid="hg.tags.id${dollar}{refid}" /> |
25 <hlm:tagSet refid="hg.tags.id${dollar}{refid}" /> |
26 </hlm:latestTag> |
26 </hlm:latestTag> |
27 </hlm:update> |
27 </hlm:update> |
28 </hlm:scm> |
28 </hlm:scm> |
29 |
29 |
30 <!-- record info on sf-config repo/rev --> |
30 <!-- record info on source code repo/rev --> |
31 <exec executable="hg" dir="${ant['build.drive']}${pkg_detail.dst}" outputproperty="sf.sourcesync.${count}.rev"> |
31 <exec executable="hg" dir="${ant['build.drive']}${pkg_detail.dst}" outputproperty="sf.sourcesync.${count}.rev"> |
32 <arg value="identify"/> |
32 <arg value="identify"/> |
33 <arg value="-i"/> |
33 <arg value="-i"/> |
34 </exec> |
34 </exec> |
35 <echo message="dir ${ant['build.drive']}${pkg_detail.dst} : revision ${dollar}{sf.sourcesync.${count}.rev}"/> |
35 <echo message="dir ${ant['build.drive']}${pkg_detail.dst} : revision ${dollar}{sf.sourcesync.${count}.rev}"/> |