| 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 9a9e65cd0a8b9d2f7774408405f7b476893c630c..431ecfaa099eca00b5ef9afa346bc8104595519a 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"], self.vc.RemoteBranch(self["merge_to_branch"]))
|
|
|
|
|
|
|