diff options
-rw-r--r-- | BitKeeper/triggers/post-outgoing.ciabot | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/BitKeeper/triggers/post-outgoing.ciabot b/BitKeeper/triggers/post-outgoing.ciabot index 68a1364b83..25c2284832 100644 --- a/BitKeeper/triggers/post-outgoing.ciabot +++ b/BitKeeper/triggers/post-outgoing.ciabot @@ -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 |