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

Unified Diff: tools/v8-info.sh

Issue 16814003: Print v8 revision rather than branches/$branch. (Closed) Base URL: https://v8.googlecode.com/svn/branches/bleeding_edge
Patch Set: Created 7 years, 6 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 | « no previous file | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: tools/v8-info.sh
diff --git a/tools/v8-info.sh b/tools/v8-info.sh
index 9b9eeb12b938014bdd6c613fc8e2390ac12e5e08..bb29728b64f5b0d5bfdfe80f2ad347fa4181caee 100755
--- a/tools/v8-info.sh
+++ b/tools/v8-info.sh
@@ -108,7 +108,8 @@ merges_to_branch() {
h=$(echo $merge | cut -d" " -f2)
svn=$(svn_rev $1 $h)
merges=$(echo $merge | grep -o "r[0-9]\+")
- echo branches/$1 r$svn $merges
+ rev=$(v8_rev $h)
+ echo $rev r$svn $merges
done
}
« no previous file with comments | « no previous file | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698