Revision: 24598
Author:   [email protected]
Date:     Tue Oct 14 12:10:48 2014 UTC
Log:      Fix remote branch location in releases script (2).

BUG=chromium:410721
LOG=n
TEST=script_test.py
[email protected]

Review URL: https://codereview.chromium.org/653533003
https://code.google.com/p/v8/source/detail?r=24598

Modified:
 /branches/bleeding_edge/tools/push-to-trunk/common_includes.py

=======================================
--- /branches/bleeding_edge/tools/push-to-trunk/common_includes.py Tue Oct 14 12:00:22 2014 UTC +++ /branches/bleeding_edge/tools/push-to-trunk/common_includes.py Tue Oct 14 12:10:48 2014 UTC
@@ -397,7 +397,7 @@
   def RemoteBranch(self, name):
     if name in ["candidates", "master"]:
       return "origin/%s" % name
-    return "origin/branch-heads/%s" % name
+    return "branch-heads/%s" % name

   def Tag(self, tag, remote, message):
# Wait for the commit to appear. Assumes unique commit message titles (this

--
--
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/d/optout.

Reply via email to