Added ChangeLog entry from last commit

git-svn-id: svn+ssh://svn.gna.org/svn/gnustep/libs/base/trunk@31644 72102866-910b-0410-8b05-ffd578937521
This commit is contained in:
David Chisnall 2010-11-23 13:16:53 +00:00
parent 089a23235a
commit e933a5dfee
4 changed files with 31 additions and 3 deletions

5
Tools/mkchlog.sh Normal file
View file

@ -0,0 +1,5 @@
#!/bin/sh
svn log -rPREV --xml --verbose | xsltproc /usr/local/share/svn2cl/svn2cl.xsl - > ChangeLog.new
cat ChangeLog >> ChangeLog.new
mv ChangeLog.new ChangeLog
svn commit -m 'Added ChangeLog entry from last commit'