| Index: tools/push-to-trunk/auto_tag.py
|
| diff --git a/tools/push-to-trunk/auto_tag.py b/tools/push-to-trunk/auto_tag.py
|
| index 7b82e8389048dff500110210aee0ef23925dd988..5ba7f766d9c4fcc3d9a7e7ad55ec67f3242fff63 100755
|
| --- a/tools/push-to-trunk/auto_tag.py
|
| +++ b/tools/push-to-trunk/auto_tag.py
|
| @@ -152,7 +152,8 @@ class MakeTag(Step):
|
| def RunStep(self):
|
| if not self._options.dry_run:
|
| self.GitReset(self["lkgr"])
|
| - self.vc.Tag(self["candidate_version"])
|
| + # FIXME(machenbach): Make this work with the git repo.
|
| + self.vc.Tag(self["candidate_version"], "svn/bleeding_edge")
|
|
|
|
|
| class CleanUp(Step):
|
|
|