Commit 375f9514 authored by unknown's avatar unknown

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

parent a2611f9e
......@@ -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@
......
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