Index: devhelpers/chlog_sort.sh =================================================================== --- devhelpers/chlog_sort.sh (revision 37020) +++ devhelpers/chlog_sort.sh (nonexistent) @@ -1,37 +0,0 @@ -#!/bin/sh - -# read the outpot of chlog.sh and split it per topic and save the lines -# into changelog-formatted files - -awk ' - BEGIN { - IGNORE["todo"]=1 - IGNORE["devlog"]=1 - IGNORE["bugreport"]=1 - IGNORE["blog_queue"]=1 - } - - ($1 ~ "^[[][^]]*\]$") { - tag=tolower($1) - sub("[[]", "", tag) - sub("\]", "", tag) - - if (tag in IGNORE) - next - - $1="" - line=$0 - sub("^[ \t]*", " ", line) - if (!(tag in SEEN)) { - print " [" tag "]" > "CHG." tag - SEEN[tag]++ - } - print line > "CHG." tag - next - } - { - line=$0 - sub("^[ \t]*", " ", line) - print line > "CHG.MISC" - } -' Property changes on: devhelpers/chlog_sort.sh ___________________________________________________________________ Deleted: svn:executable ## -1 +0,0 ## -* \ No newline at end of property Index: devhelpers/chlog.sh =================================================================== --- devhelpers/chlog.sh (revision 37020) +++ devhelpers/chlog.sh (nonexistent) @@ -1,2 +0,0 @@ -#!/bin/sh -svn log -r$1:HEAD | grep -v "^\(-*$\|r[0-9]\+\)" Property changes on: devhelpers/chlog.sh ___________________________________________________________________ Deleted: svn:executable ## -1 +0,0 ## -* \ No newline at end of property