1
0
mirror of https://github.com/MariaDB/server.git synced 2025-07-27 18:02:13 +03:00

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

This commit is contained in:
unknown
2003-10-23 15:24:48 +02:00
parent a2611f9ec6
commit 375f951476

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@