diff options
| author | unknown <mwagner@here.mwagner.org> | 2004-10-12 15:08:58 -0500 |
|---|---|---|
| committer | unknown <mwagner@here.mwagner.org> | 2004-10-12 15:08:58 -0500 |
| commit | 2e4f7ae7a47f12310819bb01dce03acfad9927db (patch) | |
| tree | c7fc4a2a3e72c3d8ea93e5567d31b38ac8fdcd2d | |
| parent | febdbf18221b62b032a251d308224dfccfbac21b (diff) | |
| download | mariadb-git-2e4f7ae7a47f12310819bb01dce03acfad9927db.tar.gz | |
post-commit:
Added catch for (example) WL#1234 into bk commit subjects
BitKeeper/triggers/post-commit:
Added catch for (example) WL#1234 into bk commit subjects
| -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+ |
