Fix typo.

TEST=presubmit check
BUG=none

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

git-svn-id: svn://svn.chromium.org/chrome/trunk/tools/depot_tools@32062 0039d316-1c4b-4281-b951-d872f2087c98
experimental/szager/collated-output
maruel@chromium.org 16 years ago
parent 2349b06655
commit 4b5321ac01

@ -35,7 +35,7 @@ class ChangeOptions:
name = m.group(1) name = m.group(1)
description = m.group(2) description = m.group(2)
files = scm.GIT.CaptureStatus([root], upstream_branch) files = scm.GIT.CaptureStatus([root], upstream_branch)
issue = Backquote(['cl', 'status', '--field=id']) issue = Backquote(['git', 'cl', 'status', '--field=id'])
patchset = None patchset = None
self.change = presubmit_support.GitChange(name, description, root, files, self.change = presubmit_support.GitChange(name, description, root, files,
issue, patchset) issue, patchset)

Loading…
Cancel
Save