summaryrefslogtreecommitdiff
path: root/git-post-review
diff options
context:
space:
mode:
Diffstat (limited to 'git-post-review')
-rwxr-xr-xgit-post-review2
1 files changed, 1 insertions, 1 deletions
diff --git a/git-post-review b/git-post-review
index 1bf9077..5d41c4b 100755
--- a/git-post-review
+++ b/git-post-review
@@ -25,7 +25,7 @@ sed -e "s|^\(+++ \)\(.*\)|\1$BRANCH/\2 (working copy)|" \
> "$tempfile"
REPO_URL=`echo $svn_url | cut -d/ -f1-5`
-post-review --repository-url=$REPO_URL --diff-filename="$tempfile" "$@"
+post-review --branch="$BRANCH" --repository-url=$REPO_URL --diff-filename="$tempfile" "$@"
rm "$tempfile"