Index: contrib/tools/post-review
===================================================================
--- contrib/tools/post-review	(revision 1477)
+++ contrib/tools/post-review	(working copy)
@@ -727,6 +727,7 @@
             parts = info.split(": ", 1)
             if len(parts) == 2:
                 key, value = parts
+                value = value.split('\n')[0]
                 svninfo[key] = value
 
         return svninfo
