You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@mesos.apache.org by bm...@apache.org on 2013/04/23 19:55:12 UTC

svn commit: r1471074 - /incubator/mesos/trunk/support/apply-review.sh

Author: bmahler
Date: Tue Apr 23 17:55:11 2013
New Revision: 1471074

URL: http://svn.apache.org/r1471074
Log:
Reverted accidental change to apply-review.sh.

Modified:
    incubator/mesos/trunk/support/apply-review.sh

Modified: incubator/mesos/trunk/support/apply-review.sh
URL: http://svn.apache.org/viewvc/incubator/mesos/trunk/support/apply-review.sh?rev=1471074&r1=1471073&r2=1471074&view=diff
==============================================================================
--- incubator/mesos/trunk/support/apply-review.sh (original)
+++ incubator/mesos/trunk/support/apply-review.sh Tue Apr 23 17:55:11 2013
@@ -14,7 +14,7 @@ test ${#} -eq 1 || \
 REVIEW=${1}
 
 REVIEW_URL="https://reviews.apache.org/r/${REVIEW}"
-DIFF_URL="${REVIEW_URL}/diff/1/raw/"
+DIFF_URL="${REVIEW_URL}/diff/raw/"
 
 atexit "rm -f ${REVIEW}.patch"