datatracker/test/commitlog
2010-07-21 12:48:05 +00:00

3 lines
243 B
Bash
Executable file

#!/bin/bash
svn log $PWD -r HEAD:${1:-BASE} | sed -n -e 's/^/ * /' -e '1,/^ \* Set version info and settings back to development mode/p' | egrep -v -- '^ \* (----------|r[0-9]+ |$)' | head -n -1 | fold -sbw76 | sed -r 's/^([^ ].*)$/ &/'