aboutsummaryrefslogtreecommitdiffstats
path: root/BitKeeper/triggers
diff options
context:
space:
mode:
authorChris Larson <clarson@kergoth.com>2003-09-27 23:02:03 +0000
committerChris Larson <clarson@kergoth.com>2003-09-27 23:02:03 +0000
commitf4817dbd49e46891c710674edf97faa6884ea0ae (patch)
tree69cffa2290bbe9ff9180a6c9a796b7d62bf8a79f /BitKeeper/triggers
parentf800d77dc22af37ee562b93b1afc435cf7c8a134 (diff)
downloadopenembedded-f4817dbd49e46891c710674edf97faa6884ea0ae.tar.gz
BKrev: 3f7616ebBwQK7_8XqvabTERbo_sEfQ
Diffstat (limited to 'BitKeeper/triggers')
-rw-r--r--BitKeeper/triggers/post-outgoing.ciabot4
1 files changed, 3 insertions, 1 deletions
diff --git a/BitKeeper/triggers/post-outgoing.ciabot b/BitKeeper/triggers/post-outgoing.ciabot
index 4e831fd48c..e0d2c43eb9 100644
--- a/BitKeeper/triggers/post-outgoing.ciabot
+++ b/BitKeeper/triggers/post-outgoing.ciabot
@@ -94,7 +94,9 @@ echo repository={green}${R_OUT}{normal} $U_OUT
# See "bk help prs" for documentation on the formatting string.
if [ X$BK_CSETLIST != X ]
-then (
+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
)
fi