Commit fb548cbc authored by pem@mysql.com's avatar pem@mysql.com

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

parent e52a2f1a
...@@ -19,7 +19,8 @@ BK_STATUS=$BK_STATUS$BK_COMMIT ...@@ -19,7 +19,8 @@ BK_STATUS=$BK_STATUS$BK_COMMIT
if [ "$BK_STATUS" = OK ] if [ "$BK_STATUS" = OK ]
then 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@ # dev-public@
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment