diff options
Diffstat (limited to 'BitKeeper')
-rw-r--r-- | BitKeeper/triggers/post-outgoing.ciabot | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/BitKeeper/triggers/post-outgoing.ciabot b/BitKeeper/triggers/post-outgoing.ciabot index 3fead58232..68a1364b83 100644 --- a/BitKeeper/triggers/post-outgoing.ciabot +++ b/BitKeeper/triggers/post-outgoing.ciabot @@ -42,9 +42,9 @@ check_sanity () { # Check sanity - do we need to send anything? check_sanity || exit 0 -if (grep -q ':ChangeSet:' $BK_CSETLIST); then +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 |