Revision: 15080
Author: [email protected]
Date: Wed Jun 12 04:18:45 2013
Log: Print v8 revision rather than branches/$branch.
[email protected]
Review URL: https://chromiumcodereview.appspot.com/16814003
http://code.google.com/p/v8/source/detail?r=15080
Modified:
/branches/bleeding_edge/tools/v8-info.sh
=======================================
--- /branches/bleeding_edge/tools/v8-info.sh Wed Jun 12 03:39:52 2013
+++ /branches/bleeding_edge/tools/v8-info.sh Wed Jun 12 04:18:45 2013
@@ -108,7 +108,8 @@
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
}
--
--
v8-dev mailing list
[email protected]
http://groups.google.com/group/v8-dev
---
You received this message because you are subscribed to the Google Groups "v8-dev" group.
To unsubscribe from this group and stop receiving emails from it, send an email
to [email protected].
For more options, visit https://groups.google.com/groups/opt_out.