diff options
author | Chris Larson <clarson@kergoth.com> | 2003-09-27 23:02:03 +0000 |
---|---|---|
committer | Chris Larson <clarson@kergoth.com> | 2003-09-27 23:02:03 +0000 |
commit | f4817dbd49e46891c710674edf97faa6884ea0ae (patch) | |
tree | 69cffa2290bbe9ff9180a6c9a796b7d62bf8a79f /BitKeeper/triggers/post-outgoing.ciabot | |
parent | f800d77dc22af37ee562b93b1afc435cf7c8a134 (diff) |
BKrev: 3f7616ebBwQK7_8XqvabTERbo_sEfQ
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 |