| Index: tools/push-to-trunk/push_to_trunk.py
|
| diff --git a/tools/push-to-trunk/push_to_trunk.py b/tools/push-to-trunk/push_to_trunk.py
|
| index 184617d159931a36a9316ca7b2cf5b2101a0ab4d..ce18da4db38bec359f304a11b0fe3b427519c8d5 100755
|
| --- a/tools/push-to-trunk/push_to_trunk.py
|
| +++ b/tools/push-to-trunk/push_to_trunk.py
|
| @@ -361,7 +361,7 @@ class TagRevision(Step):
|
| MESSAGE = "Tag the new revision."
|
|
|
| def RunStep(self):
|
| - self.vc.Tag(self["version"])
|
| + self.vc.Tag(self["version"], self.vc.RemoteCandidateBranch())
|
|
|
|
|
| class CleanUp(Step):
|
|
|