diff options
author | mwagner@here.mwagner.org <> | 2004-10-12 15:08:58 -0500 |
---|---|---|
committer | mwagner@here.mwagner.org <> | 2004-10-12 15:08:58 -0500 |
commit | 06245b4508a3d0109e28aff6c12b05890c28b554 (patch) | |
tree | c7fc4a2a3e72c3d8ea93e5567d31b38ac8fdcd2d /BitKeeper | |
parent | cc57252bb76feab94caf3035a2ca083b0734222f (diff) | |
download | mariadb-git-06245b4508a3d0109e28aff6c12b05890c28b554.tar.gz |
post-commit:
Added catch for (example) WL#1234 into bk commit subjects
Diffstat (limited to 'BitKeeper')
-rwxr-xr-x | BitKeeper/triggers/post-commit | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/BitKeeper/triggers/post-commit b/BitKeeper/triggers/post-commit index a1b6b819e63..3f347e4c596 100755 --- a/BitKeeper/triggers/post-commit +++ b/BitKeeper/triggers/post-commit @@ -21,6 +21,7 @@ then CHANGESET=`bk -R prs -r+ -h -d':P:::I:' ChangeSet` BUG=`bk -R prs -r+ -h -d':C:' ChangeSet | sed -ne 's/^.*[Bb][Uu][Gg] *# *\([0-9][0-9]*\).*$/ BUG#\1/p'` +WL=`bk -R prs -r+ -h -d':C:' ChangeSet | sed -ne 's/^.*[Ww][Ll] *# *\([0-9][0-9]*\).*$/ WL#\1/p'` if [ "$BUG" = "" ] then @@ -37,7 +38,7 @@ fi List-ID: <bk.mysql-$VERSION> From: $FROM To: $TO -Subject: bk commit - $VERSION tree ($CHANGESET)$BUG +Subject: bk commit - $VERSION tree ($CHANGESET)${BUG}${WL} EOF bk changes -v -r+ |