sourcesync template - Updated generation of 'changes.txt' so that it does a 'follow' rather than being restricted to a 'branch'. This enables us to see the history if the previous tag was an ancestor but on a different branch.
--- a/common/templates/source-spec.ant.xml.ftl Tue Mar 02 11:55:33 2010 +0000
+++ b/common/templates/source-spec.ant.xml.ftl Tue Mar 02 12:24:33 2010 +0000
@@ -163,10 +163,7 @@
<arg value="log"/>
<arg value="-r"/>
<arg value="${dollar}{sf.sourcesync.${count}.checksum}:${dollar}{sf.previous.pdk.tag}"/>
- <#if "${pkg_detail.type}"=="branch">
- <arg value="-b"/>
- <arg value="${pkg_detail.pattern}"/>
- </#if>
+ <arg value="-f"/>
</exec>
</target>