Index: tools/push-to-trunk/bump_up_version.py |
diff --git a/tools/push-to-trunk/bump_up_version.py b/tools/push-to-trunk/bump_up_version.py |
index c467914b55c5d107cf56aaad3e125ae76db31dde..fdb02bcf5716fbd4ccbc02d7d4721b1cdb8c2ad8 100755 |
--- a/tools/push-to-trunk/bump_up_version.py |
+++ b/tools/push-to-trunk/bump_up_version.py |
@@ -28,6 +28,7 @@ from common_includes import * |
VERSION_BRANCH = "auto-bump-up-version" |
+#TODO(machenbach): Add vc interface that works on git mirror. |
class Preparation(Step): |
MESSAGE = "Preparation." |