Kill the extranious trailing backslashes at end of line in changeset comments, in...
authorChris Larson <clarson@kergoth.com>
Fri, 30 Jan 2004 06:14:38 +0000 (06:14 +0000)
committerChris Larson <clarson@kergoth.com>
Fri, 30 Jan 2004 06:14:38 +0000 (06:14 +0000)
BKrev: 4019f64eq9_ktdiIwtEtXzfMULQKFQ

BitKeeper/triggers/ciabot_bk.sh

index 8af6a04..df62565 100644 (file)
@@ -56,7 +56,7 @@ Subject: DeliverXML
             <files>$files</files>
 EOF
 echo "            <log>"
-bk changes -r"$REV" -d'$if(:C:){$each(:C:){:C:\\\n}}' | sed 's/\&/\&amp;/g;s/</\&lt;/g;s/>/\&gt;/g'
+bk changes -r"$REV" -d'$if(:C:){$each(:C:){:C:\\n}}' | sed 's/\&/\&amp\;/g;s/</\&lt\;/g;s/>/\&gt\;/g'
 echo "            </log>"
 cat <<EOF
         </commit>