Put username in the Subject line as well (with the changeset number).

This commit is contained in:
pem@mysql.com 2003-10-23 15:24:48 +02:00
parent e52a2f1ace
commit fb548cbc6d

View file

@ -19,7 +19,8 @@ BK_STATUS=$BK_STATUS$BK_COMMIT
if [ "$BK_STATUS" = OK ]
then
CHANGESET=`bk -R prs -r+ -h -d':I:' ChangeSet`
USRN=`echo $FROM | sed 's/\(..*\)@.*/\1/'`
CHANGESET=${USRN}:`bk -R prs -r+ -h -d':I:' ChangeSet`
#++
# dev-public@