Index: contrib/tools/post-review
===================================================================
--- contrib/tools/post-review	(revision 1477)
+++ contrib/tools/post-review	(working copy)
@@ -13,6 +13,7 @@
 from optparse import OptionParser
 from tempfile import mkstemp
 from urlparse import urljoin, urlparse
+import urllib
 
 
 ###
@@ -710,7 +711,7 @@
                     info = self.svn_info(file)
                     url  = info["URL"]
                     root = info["Repository Root"]
-                    path = url[len(root):]
+                    path = urllib.unquote(url[len(root):])
 
                     line = front + " " + path + rest
 
