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

Unified Diff: experimental/benchtools/rebase.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 | « experimental/benchtools/greenify.py ('k') | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: experimental/benchtools/rebase.py
diff --git a/experimental/benchtools/rebase.py b/experimental/benchtools/rebase.py
index 36242b92488db8caa767e715c9bdecb35b2d6cf0..5eee51630dcc1f7b92ebde8abcffd94e067a9337 100755
--- a/experimental/benchtools/rebase.py
+++ b/experimental/benchtools/rebase.py
@@ -126,12 +126,12 @@ def checkout_or_update_skia(repo_dir):
return status
def git_commit_expectations(repo_dir, exp_dir, update_li, h, commit):
- commit_msg = """bench rebase after %s
+ commit_msg = """manual bench rebase after %s
- TBR=robertphillips@google.com
+TBR=robertphillips@google.com
- Bypassing trybots:
- NOTRY=true""" % h
+Bypassing trybots:
+NOTRY=true""" % h
old_cwd = os.getcwd()
os.chdir(repo_dir)
upload = ['git', 'cl', 'upload', '-f', '--bypass-hooks',
« no previous file with comments | « experimental/benchtools/greenify.py ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698