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 5ba7f766d9c4fcc3d9a7e7ad55ec67f3242fff63..a52a02869756f26131ee6ec45ae8ee73dc630f97 100755 |
--- a/tools/push-to-trunk/auto_tag.py |
+++ b/tools/push-to-trunk/auto_tag.py |
@@ -153,7 +153,9 @@ class MakeTag(Step): |
if not self._options.dry_run: |
self.GitReset(self["lkgr"]) |
# FIXME(machenbach): Make this work with the git repo. |
- self.vc.Tag(self["candidate_version"], "svn/bleeding_edge") |
+ self.vc.Tag(self["candidate_version"], |
+ "svn/bleeding_edge", |
+ "This won't work!") |
class CleanUp(Step): |