Index: /trunk/reviewboard/contrib/tools/post-review
===================================================================
--- /trunk/reviewboard/contrib/tools/post-review	(revision 1858)
+++ /trunk/reviewboard/contrib/tools/post-review	(working copy)
@@ -1455,7 +1455,7 @@
             # and the code below expects the outptu to start with
             #     "Binary files "
             if len(dl) == 1 and \
-               dl[0] == ('Files %s and %s differ'% (old_file, new_file)):
+               dl[0].startswith('Files %s and %s differ'% (old_file, new_file)):
                 dl = ['Binary files %s and %s differ'% (old_file, new_file)]
 
             if dl == [] or dl[0].startswith("Binary files "):
