Index: tools/push-to-trunk/merge_to_branch.py |
diff --git a/tools/push-to-trunk/merge_to_branch.py b/tools/push-to-trunk/merge_to_branch.py |
index 006afbb44389f54d2f0fb68108cdaaefa49b3c86..9a9e65cd0a8b9d2f7774408405f7b476893c630c 100755 |
--- a/tools/push-to-trunk/merge_to_branch.py |
+++ b/tools/push-to-trunk/merge_to_branch.py |
@@ -220,7 +220,7 @@ class TagRevision(Step): |
if self._options.revert_bleeding_edge: |
return |
print "Creating tag svn/tags/%s" % self["version"] |
- self.vc.Tag(self["version"]) |
+ self.vc.Tag(self["version"], self.vc.RemoteBranch(self["merge_to_branch"])) |
class CleanUp(Step): |