Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(583)

Unified Diff: tools/test-push-to-trunk.sh

Issue 955963002: Add version macros. (Closed) Base URL: https://chromium.googlesource.com/v8/v8.git@master
Patch Set: Created 5 years, 10 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
« no previous file with comments | « tools/release/test_scripts.py ('k') | tools/v8-info.sh » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: tools/test-push-to-trunk.sh
diff --git a/tools/test-push-to-trunk.sh b/tools/test-push-to-trunk.sh
index 6c201e46288514c75d9d07cd0db92602e66b97e6..8bf822aac172f900a2f67247bb7dfb68fd8da9d2 100755
--- a/tools/test-push-to-trunk.sh
+++ b/tools/test-push-to-trunk.sh
@@ -103,7 +103,7 @@ EXP[21]="git checkout -b trunk-push svn/trunk"
OUT[21]=""
EXP[22]="git apply --index --reject /tmp/v8-push-to-trunk-tempfile-patch"
OUT[22]=""
-EXP[23]="git add src/version.cc"
+EXP[23]="git add include/v8-version.h"
OUT[23]=""
EXP[24]="git commit -F /tmp/v8-push-to-trunk-tempfile-commitmsg"
OUT[24]=""
« no previous file with comments | « tools/release/test_scripts.py ('k') | tools/v8-info.sh » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698