diff options
Diffstat (limited to 'BitKeeper/triggers/post-outgoing.ciabot')
-rw-r--r-- | BitKeeper/triggers/post-outgoing.ciabot | 4 |
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 |