summaryrefslogtreecommitdiff
path: root/Build/tools/svnchangelog
diff options
context:
space:
mode:
Diffstat (limited to 'Build/tools/svnchangelog')
-rwxr-xr-xBuild/tools/svnchangelog5
1 files changed, 3 insertions, 2 deletions
diff --git a/Build/tools/svnchangelog b/Build/tools/svnchangelog
index f74a33281ee..44b9bf7845f 100755
--- a/Build/tools/svnchangelog
+++ b/Build/tools/svnchangelog
@@ -65,8 +65,9 @@ if ! $chicken && $rotate; then
cp /dev/null $outfile
fi
-# prepend new changes to current log.
-cat $newlogs $outfile >$outfile.new
+# prepend new changes to current log, and put log messages first.
+$mydir/svnchangelog.sed $newlogs >$outfile.new
+cat $outfile >>$outfile.new
if $debug; then # really debug
# show first and last change number in each file.