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

Unified Diff: gcl.py

Issue 2287005: Fix typo in CMDcommit. (Closed)
Patch Set: Created 10 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 | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: gcl.py
diff --git a/gcl.py b/gcl.py
index 272e8d64803fba3a346a1e7c875022ac8c65f5a2..66c3389f6acf2e37e02afc6e71d4977a3480bb01 100755
--- a/gcl.py
+++ b/gcl.py
@@ -877,7 +877,7 @@ def TryChange(change_info, args, swallow_exception):
@need_change_and_args
@attrs(usage='[--no_presubmit]')
-def CMDcommit(change_list, args):
+def CMDcommit(change_info, args):
"""Commits the changelist to the repository."""
if not change_info.GetFiles():
print "Nothing to commit, changelist is empty."
« no previous file with comments | « no previous file | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698