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

Unified Diff: gcl.py

Issue 6820076: Add author to Change object. Don't set it yet. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/tools/depot_tools
Patch Set: Created 9 years, 8 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 | git_cl.py » ('j') | tests/presubmit_unittest.py » ('J')
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: gcl.py
diff --git a/gcl.py b/gcl.py
index 76f302ee1640d5a0dd3bd3e235ed791510d6cf1b..831360ac273198f1d0abd1ca932c7937b9419204 100755
--- a/gcl.py
+++ b/gcl.py
@@ -1219,7 +1219,8 @@ def DoPresubmitChecks(change_info, committing, may_prompt):
change_info.GetLocalRoot(),
change_info.GetFiles(),
change_info.issue,
- change_info.patchset)
+ change_info.patchset,
+ None)
output = presubmit_support.DoPresubmitChecks(
change=change,
committing=committing,
« no previous file with comments | « no previous file | git_cl.py » ('j') | tests/presubmit_unittest.py » ('J')

Powered by Google App Engine
This is Rietveld 408576698