summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--BitKeeper/triggers/post-outgoing1
-rw-r--r--BitKeeper/triggers/post-outgoing.ciabot1
2 files changed, 0 insertions, 2 deletions
diff --git a/BitKeeper/triggers/post-outgoing b/BitKeeper/triggers/post-outgoing
index add01cd00c..fb35b9c6cc 100644
--- a/BitKeeper/triggers/post-outgoing
+++ b/BitKeeper/triggers/post-outgoing
@@ -49,7 +49,6 @@ echo "Sending notification mail to $LIST..."
then (
echo $VERB the following changesets
echo
- BK_CSETLIST=BitKeeper/etc/csets-in
bk changes -v - < $BK_CSETLIST
) | sed 's/^/ /'
fi
diff --git a/BitKeeper/triggers/post-outgoing.ciabot b/BitKeeper/triggers/post-outgoing.ciabot
index e0d2c43eb9..d98f06f596 100644
--- a/BitKeeper/triggers/post-outgoing.ciabot
+++ b/BitKeeper/triggers/post-outgoing.ciabot
@@ -95,7 +95,6 @@ echo repository={green}${R_OUT}{normal} $U_OUT
# See "bk help prs" for documentation on the formatting string.
if [ X$BK_CSETLIST != X ]
then
- BK_CSETLIST=BitKeeper/etc/csets-in
(
$CHANGECMD -d'$if(:GFILE:=ChangeSet){{orange}ChangeSet@:REV:{normal}$if(:TAG:){ tags={red}:TAG:{normal}} $if(:C:){:C:}\n}$unless(:GFILE:=ChangeSet){* :GFILE:$if(:C:){: $each(:C:){(:C:)}}\n}' - < $BK_CSETLIST
)