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

Unified Diff: experimental/benchtools/greenify.py

Issue 296943004: bench rebase tools: format commit message and title. (Closed) Base URL: https://skia.googlesource.com/skia.git@master
Patch Set: Created 6 years, 7 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 | « no previous file | experimental/benchtools/rebase.py » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: experimental/benchtools/greenify.py
diff --git a/experimental/benchtools/greenify.py b/experimental/benchtools/greenify.py
index 8d77abd3fdabe7c2e751875a10a17136427df98f..bd257d9889832d33f75cb3dbfb266d845ed5625d 100755
--- a/experimental/benchtools/greenify.py
+++ b/experimental/benchtools/greenify.py
@@ -60,10 +60,10 @@ def checkout_or_update_skia(repo_dir):
def git_commit_expectations(repo_dir, exp_dir, bot, build, commit):
commit_msg = """Greenify bench bot %s at build %s
- TBR=bsalomon@google.com
+TBR=bsalomon@google.com
- Bypassing trybots:
- NOTRY=true""" % (bot, build)
+Bypassing trybots:
+NOTRY=true""" % (bot, build)
old_cwd = os.getcwd()
os.chdir(repo_dir)
upload = ['git', 'cl', 'upload', '-f', '--bypass-hooks',
« no previous file with comments | « no previous file | experimental/benchtools/rebase.py » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698