diff options
author | df@pippilotta.erinye.com <> | 2007-06-18 20:13:33 +0200 |
---|---|---|
committer | df@pippilotta.erinye.com <> | 2007-06-18 20:13:33 +0200 |
commit | 94a3e239c5e309b175b44398266e9b0b4947d7f8 (patch) | |
tree | 1a25c3185cdc2ce40ba11ca062596601e9db60fd | |
parent | b5c9cab55c54fd4a27e626e9960a720f37ff36c4 (diff) | |
download | mariadb-git-94a3e239c5e309b175b44398266e9b0b4947d7f8.tar.gz |
don't use bk cset in commit e-mails
-rwxr-xr-x | BitKeeper/triggers/post-commit | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/BitKeeper/triggers/post-commit b/BitKeeper/triggers/post-commit index 5a7d6576d4e..127dad72ba7 100755 --- a/BitKeeper/triggers/post-commit +++ b/BitKeeper/triggers/post-commit @@ -105,7 +105,7 @@ see http://dev.mysql.com/doc/mysql/en/installing-source-tree.html EOF bk changes -v -r+ - bk cset -r+ -d + bk rset -r+ -ah | bk gnupatch -h -dup -T ) | head -n $LIMIT | /usr/sbin/sendmail -t #++ @@ -125,7 +125,7 @@ Subject: bk commit - $VERSION tree (Manual) ($CHANGESET)$BS EOF bk changes -v -r+ - bk cset -r+ -d + bk rset -r+ -ah | bk gnupatch -h -dup -T ) | head -n $LIMIT | /usr/sbin/sendmail -t fi |