summaryrefslogtreecommitdiff
path: root/scripts/post-review
diff options
context:
space:
mode:
Diffstat (limited to 'scripts/post-review')
-rwxr-xr-xscripts/post-review2
1 files changed, 1 insertions, 1 deletions
diff --git a/scripts/post-review b/scripts/post-review
index f2a0102..ef51323 100755
--- a/scripts/post-review
+++ b/scripts/post-review
@@ -1206,7 +1206,7 @@ class SVNClient(SCMClient):
# add initial slash.
if options.repository_url:
path = urllib.unquote(
- os.path.join(repository_info.base_path, file))
+ "%s/%s" % (repository_info.base_path, file))
else:
info = self.svn_info(file)
url = info["URL"]