mirror of
https://github.com/gnustep/libs-base.git
synced 2025-05-30 16:30:41 +00:00
Tweaks to mkchlog script.
git-svn-id: svn+ssh://svn.gna.org/svn/gnustep/libs/base/trunk@32032 72102866-910b-0410-8b05-ffd578937521
This commit is contained in:
parent
a63d65764c
commit
ae0204e45d
1 changed files with 2 additions and 2 deletions
|
@ -1,6 +1,6 @@
|
|||
#!/bin/sh
|
||||
svn log -rPREV --xml --verbose | xsltproc /usr/local/share/svn2cl/svn2cl.xsl - > ChangeLog.new
|
||||
svn log -rHEAD --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'
|
||||
svn commit -m 'Added ChangeLog entry from last commit' ChangeLog
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue