BKrev: 3f7616ebBwQK7_8XqvabTERbo_sEfQ
authorChris Larson <clarson@kergoth.com>
Sat, 27 Sep 2003 23:02:03 +0000 (23:02 +0000)
committerChris Larson <clarson@kergoth.com>
Sat, 27 Sep 2003 23:02:03 +0000 (23:02 +0000)
BitKeeper/triggers/post-outgoing.ciabot

index 4e831fd..e0d2c43 100644 (file)
@@ -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