Commit 4357af2e authored by maruel@chromium.org's avatar maruel@chromium.org

Fix typo in CMDcommit.

TBR=siggi

Review URL: http://codereview.chromium.org/2287005

git-svn-id: svn://svn.chromium.org/chrome/trunk/tools/depot_tools@48396 0039d316-1c4b-4281-b951-d872f2087c98
parent 62fd6933
......@@ -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."
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment