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..a18b1c0cee1cc80e8cef446f9ddf0b72f04b237d 100755 |
--- a/tools/push-to-trunk/merge_to_branch.py |
+++ b/tools/push-to-trunk/merge_to_branch.py |
@@ -219,7 +219,7 @@ class TagRevision(Step): |
def RunStep(self): |
if self._options.revert_bleeding_edge: |
return |
- print "Creating tag svn/tags/%s" % self["version"] |
+ print "Creating tag %s" % self["version"] |
self.vc.Tag(self["version"]) |