diff options
author | Karl Berry <karl@freefriends.org> | 2006-05-28 22:23:51 +0000 |
---|---|---|
committer | Karl Berry <karl@freefriends.org> | 2006-05-28 22:23:51 +0000 |
commit | 13a3cc471567f24c60ce4c761ba67dc9fab2faa6 (patch) | |
tree | 2f833a880c9751e9053b9b1a2ee5542660bfdc04 /Build/tools/svnchangelog | |
parent | 03a07859bed88f2aebc055dd7796060bca9f1b3a (diff) |
put log messages first, from werner
git-svn-id: svn://tug.org/texlive/trunk@1609 c570f23f-e606-0410-a88d-b1316a301751
Diffstat (limited to 'Build/tools/svnchangelog')
-rwxr-xr-x | Build/tools/svnchangelog | 5 |
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. |