Chromium Code Reviews| 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 6beaaff8a30ddca52693fb2dd4a606c9a4cfdd73..007a50d5f884e2aa2cca538593fa7155338680eb 100755 |
| --- a/tools/push-to-trunk/auto_tag.py |
| +++ b/tools/push-to-trunk/auto_tag.py |
| @@ -11,7 +11,6 @@ from common_includes import * |
| CONFIG = { |
| BRANCHNAME: "auto-tag-v8", |
| PERSISTFILE_BASENAME: "/tmp/v8-auto-tag-tempfile", |
| - DOT_GIT_LOCATION: ".git", |
| VERSION_FILE: "src/version.cc", |
| } |