Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(443)

Unified Diff: tools/push-to-trunk/common_includes.py

Issue 600383003: Fix version increment. (Closed) Base URL: https://v8.googlecode.com/svn/branches/bleeding_edge
Patch Set: Created 6 years, 3 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
« no previous file with comments | « tools/push-to-trunk/bump_up_version.py ('k') | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: tools/push-to-trunk/common_includes.py
diff --git a/tools/push-to-trunk/common_includes.py b/tools/push-to-trunk/common_includes.py
index 00fb0971227b541978802308fa50d83b94b6df7b..670ecead6dcbdcba5c9c4c20032ae116b8cb4795 100644
--- a/tools/push-to-trunk/common_includes.py
+++ b/tools/push-to-trunk/common_includes.py
@@ -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,
« no previous file with comments | « tools/push-to-trunk/bump_up_version.py ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698