Actually add ChangeLog from last commit.

Make mkchlog.sh show the changelog so I can check that it actually worked...



git-svn-id: svn+ssh://svn.gna.org/svn/gnustep/libs/base/trunk@31806 72102866-910b-0410-8b05-ffd578937521
This commit is contained in:
David Chisnall 2010-12-31 14:06:33 +00:00
parent 29cf40d24a
commit ab08c97ec7
2 changed files with 9 additions and 0 deletions

View file

@ -2,4 +2,5 @@
svn log -rPREV --xml --verbose | xsltproc /usr/local/share/svn2cl/svn2cl.xsl - > ChangeLog.new
cat ChangeLog >> ChangeLog.new
mv ChangeLog.new ChangeLog
$EDITOR ChangeLog
svn commit -m 'Added ChangeLog entry from last commit'