Commit 681f5ba7 authored by unknown's avatar unknown

A better way to get the ChangeSet revision for the Subject: line.

parent 1a0610ec
......@@ -19,7 +19,7 @@ BK_STATUS=$BK_STATUS$BK_COMMIT
if [ "$BK_STATUS" = OK ]
then
CHANGESET=`bk changes -r+ | sed -n 's/^ChangeSet@\([^,][^,]*\),.*/\1/p'`
CHANGESET=`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