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 |