diff options
Diffstat (limited to 'BitKeeper')
-rwxr-xr-x | BitKeeper/triggers/post-commit | 8 |
1 files changed, 5 insertions, 3 deletions
diff --git a/BitKeeper/triggers/post-commit b/BitKeeper/triggers/post-commit index f8ab599fc98..a2a0ecb2701 100755 --- a/BitKeeper/triggers/post-commit +++ b/BitKeeper/triggers/post-commit @@ -19,6 +19,8 @@ BK_STATUS=$BK_STATUS$BK_COMMIT if [ "$BK_STATUS" = OK ] then +CHANGESET=`bk -R prs -r+ -h -d':I:' ChangeSet` + #++ # dev-public@ #-- @@ -28,7 +30,7 @@ then List-ID: <bk.mysql-4.1> From: $FROM To: $TO -Subject: bk commit - 4.1 tree +Subject: bk commit - 4.1 tree ($CHANGESET) EOF bk changes -v -r+ @@ -44,7 +46,7 @@ EOF List-ID: <bk.mysql-4.1> From: $FROM To: $INTERNALS -Subject: bk commit into 4.1 tree +Subject: bk commit into 4.1 tree ($CHANGESET) Below is the list of changes that have just been committed into a local 4.1 repository of $USER. When $USER does a push these changes will @@ -71,7 +73,7 @@ EOF List-ID: <bk.mysql-4.1> From: $FROM To: $DOCS -Subject: bk commit - 4.1 tree (Manual) +Subject: bk commit - 4.1 tree (Manual) ($CHANGESET) EOF bk changes -v -r+ |