Reviewers: ,

Message:
Committed patchset #1 (id:1) manually as 24598 (presubmit successful).

Description:
Fix remote branch location in releases script (2).

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

Committed: https://code.google.com/p/v8/source/detail?r=24598

Please review this at https://codereview.chromium.org/653533003/

Base URL: https://v8.googlecode.com/svn/branches/bleeding_edge

Affected files (+1, -1 lines):
  M tools/push-to-trunk/common_includes.py


Index: tools/push-to-trunk/common_includes.py
diff --git a/tools/push-to-trunk/common_includes.py b/tools/push-to-trunk/common_includes.py index e2bfdd5988789959cc892959cef10449f798d488..e95a20b06442c2f33b1c03219fd79ac543fa459f 100644
--- a/tools/push-to-trunk/common_includes.py
+++ b/tools/push-to-trunk/common_includes.py
@@ -397,7 +397,7 @@ class GitTagsOnlyMixin(VCInterface):
   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