+2007-01-13 [colin] 2.7.0cvs18
+
+ * commitHelper
+ Allow multiple commitHelpers to
+ run at once
+
2007-01-12 [colin] 2.7.0cvs17
* src/etpan/imap-thread.c
( cvs diff -u -r 1.654.2.2295 -r 1.654.2.2296 configure.ac; cvs diff -u -r 1.60.2.74 -r 1.60.2.75 src/addressbook.c; cvs diff -u -r 1.26.2.30 -r 1.26.2.31 src/foldersel.c; cvs diff -u -r 1.207.2.141 -r 1.207.2.142 src/folderview.c; cvs diff -u -r 1.115.2.122 -r 1.115.2.123 src/main.c; ) > 2.7.0cvs15.patchset
( cvs diff -u -r 1.382.2.350 -r 1.382.2.351 src/compose.c; ) > 2.7.0cvs16.patchset
( cvs diff -u -r 1.1.4.63 -r 1.1.4.64 src/etpan/imap-thread.c; ) > 2.7.0cvs17.patchset
+( cvs diff -u -r 1.1.2.33 -r 1.1.2.34 commitHelper; ) > 2.7.0cvs18.patchset
EDITOR=$CVSEDITOR
fi;
-echo -e "#please complete the changelog entry below" > /tmp/logentry
-echo -e -n $log >> /tmp/logentry
+echo -e "#please complete the changelog entry below" > /tmp/logentry.$$
+echo -e -n $log >> /tmp/logentry.$$
-$EDITOR /tmp/logentry
+$EDITOR /tmp/logentry.$$
echo "--8<----------"
-grep -v "^#" /tmp/logentry > /tmp/log.tmp.$$ \
-&& mv /tmp/log.tmp.$$ /tmp/logentry
-echo >> /tmp/logentry
-cat /tmp/logentry
+grep -v "^#" /tmp/logentry.$$ > /tmp/log.tmp.$$ \
+&& mv /tmp/log.tmp.$$ /tmp/logentry.$$
+echo >> /tmp/logentry.$$
+cat /tmp/logentry.$$
chlog="ChangeLog"
read ans
if [ "$ans" == "y" ]; then
mv $chlog $chlog.old
- cat /tmp/logentry > $chlog
+ cat /tmp/logentry.$$ > $chlog
cat $chlog.old >> $chlog
rm $chlog.old
if [ "$args" != "" ]; then
echo commiting $@ PATCHSETS $chlog configure.ac
- cvs commit -m "`cat /tmp/logentry`" $@ PATCHSETS $chlog configure.ac
+ cvs commit -m "`cat /tmp/logentry.$$`" $@ PATCHSETS $chlog configure.ac
else
echo commiting recursively
- cvs commit -m "`cat /tmp/logentry` "
+ cvs commit -m "`cat /tmp/logentry.$$` "
fi;
- rm -f /tmp/logentry
+ rm -f /tmp/logentry.$$
wget -O /dev/null -o /dev/null http://www.colino.net/sylpheed-claws/update.php3
fi