Bugfix in our outgoing trigger; space seperate the cset #s we obtain from csets-out...
authorChris Larson <clarson@kergoth.com>
Sat, 29 May 2004 17:56:24 +0000 (17:56 +0000)
committerChris Larson <clarson@kergoth.com>
Sat, 29 May 2004 17:56:24 +0000 (17:56 +0000)
BKrev: 40b8cec8J1HvpiX6iMlblKWNIiyA-w

BitKeeper/triggers/post-outgoing.ciabot

index 68a1364..25c2284 100644 (file)
@@ -44,7 +44,7 @@ check_sanity || exit 0
 
 if (grep -q 'ChangeSet' $BK_CSETLIST); then
     # new, correct csets-out format
-    nums=`bk changes -d:REV: - < $BK_CSETLIST`
+    nums=`bk changes -d":REV: " - < $BK_CSETLIST`
 else
 
     # Convert numbers from the cset list into something useful