summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorunknown <df@pippilotta.erinye.com>2007-06-18 20:13:33 +0200
committerunknown <df@pippilotta.erinye.com>2007-06-18 20:13:33 +0200
commit4b1ff30182664eb9135666c46c5547c749c82d46 (patch)
tree1a25c3185cdc2ce40ba11ca062596601e9db60fd
parent77961c895e3ec5773c0a0b216fa980ba797b954c (diff)
downloadmariadb-git-4b1ff30182664eb9135666c46c5547c749c82d46.tar.gz
don't use bk cset in commit e-mails
-rwxr-xr-xBitKeeper/triggers/post-commit4
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