summaryrefslogtreecommitdiff
path: root/test/review
diff options
context:
space:
mode:
authorLukas Rytz <lukas.rytz@epfl.ch>2009-11-16 10:55:59 +0000
committerLukas Rytz <lukas.rytz@epfl.ch>2009-11-16 10:55:59 +0000
commit17d6cc444570f877f723be3af331b3cfc08729bb (patch)
treea29dd9c427d1e980de9852fcd044700d7bba6a61 /test/review
parent041361ae4245c1742d2ca304a8dee8dda04aeb58 (diff)
downloadscala-17d6cc444570f877f723be3af331b3cfc08729bb.tar.gz
scala-17d6cc444570f877f723be3af331b3cfc08729bb.tar.bz2
scala-17d6cc444570f877f723be3af331b3cfc08729bb.zip
another minor change to teh review script
Diffstat (limited to 'test/review')
-rwxr-xr-xtest/review6
1 files changed, 3 insertions, 3 deletions
diff --git a/test/review b/test/review
index edefe679fa..e1ccb9c0af 100755
--- a/test/review
+++ b/test/review
@@ -27,15 +27,15 @@ else
echo "creating review request for changeset $REV..."
- LOG="`svn log -c $REV`"
+ LOG="`svn log http://lampsvn.epfl.ch/svn-repos/scala -c $REV`"
if [ $? -ne 0 ]; then
echo "could not get svn log for revision $REV"
- LOG="revision $REV"
+ exit 1
fi
REVARG="--revision-range=$PREV:$REV"
SUMMARY="r$REV"
- REPO="--repository-url=https://lampsvn.epfl.ch/svn-repos/scala"
+ REPO="--repository-url=http://lampsvn.epfl.ch/svn-repos/scala"
fi