summaryrefslogtreecommitdiff
path: root/BitKeeper
diff options
context:
space:
mode:
authorunknown <tsmith@ramayana.hindu.god>2008-01-24 00:32:39 -0700
committerunknown <tsmith@ramayana.hindu.god>2008-01-24 00:32:39 -0700
commit66361a8090dfef929ea47a2f1e7b628a72956649 (patch)
treee0c59dcf279744fe785910477c1f3c0d633da0d5 /BitKeeper
parentbd126eae94cefd5f98c3131a52c8b77f55177af5 (diff)
parente09b41cf579d6bff2ac1652871fbbbdf47ebfd98 (diff)
downloadmariadb-git-66361a8090dfef929ea47a2f1e7b628a72956649.tar.gz
Merge ramayana.hindu.god:/home/tsmith/m/bk/build/50
into ramayana.hindu.god:/home/tsmith/m/bk/build/51 BitKeeper/triggers/triggers-lib.pl: Auto merged
Diffstat (limited to 'BitKeeper')
-rw-r--r--BitKeeper/triggers/triggers-lib.pl4
1 files changed, 2 insertions, 2 deletions
diff --git a/BitKeeper/triggers/triggers-lib.pl b/BitKeeper/triggers/triggers-lib.pl
index 2eae70c034a..65a334ba926 100644
--- a/BitKeeper/triggers/triggers-lib.pl
+++ b/BitKeeper/triggers/triggers-lib.pl
@@ -341,10 +341,10 @@ changes are in a clone of a $mysql_version tree.
EOF
}
print SENDMAIL "\n";
- print SENDMAIL qx(bk changes -r+);
+ print SENDMAIL qx(bk changes -r'$cset');
print SENDMAIL "$description";
print SENDMAIL "The complete ChangeSet diffs follow.\n\n";
- print SENDMAIL qx(bk rset -r+ -ah | bk gnupatch -h -dup -T);
+ print SENDMAIL qx(bk rset -r'$cset' -ah | bk gnupatch -h -dup -T);
close_or_warn(SENDMAIL, "$sendmail -t")
or return undef;