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." |