Fix version increment.
authormachenbach@chromium.org <machenbach@chromium.org>
Thu, 25 Sep 2014 08:20:58 +0000 (08:20 +0000)
committermachenbach@chromium.org <machenbach@chromium.org>
Thu, 25 Sep 2014 08:20:58 +0000 (08:20 +0000)
TBR=tandrii@chromium.org
TEST=script_test.py

Review URL: https://codereview.chromium.org/600383003

git-svn-id: https://v8.googlecode.com/svn/branches/bleeding_edge@24210 ce2b1a6d-e550-0410-aec6-3dcde31c8c00

tools/push-to-trunk/bump_up_version.py
tools/push-to-trunk/common_includes.py

index 0725712..c467914 100755 (executable)
@@ -222,6 +222,7 @@ class BumpUpVersion(ScriptsBase):
   def _Config(self):
     return {
       "PERSISTFILE_BASENAME": "/tmp/v8-bump-up-version-tempfile",
+      "PATCH_FILE": "/tmp/v8-bump-up-version-tempfile-patch-file",
     }
 
   def _Steps(self):
index 00fb097..670ecea 100644 (file)
@@ -600,7 +600,6 @@ def MakeStep(step_class=Step, number=0, state=None, config=None,
 
 
 class ScriptsBase(object):
-  # TODO(machenbach): Move static config here.
   def __init__(self,
                config=None,
                side_effect_handler=DEFAULT_SIDE_EFFECT_HANDLER,