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

Unified Diff: git_cl_hooks.py

Issue 400002: Fix typo. (Closed)
Patch Set: Created 11 years, 1 month 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: git_cl_hooks.py
diff --git a/git_cl_hooks.py b/git_cl_hooks.py
index 53808d26abefbecd3904c4b512d9e3c74ca58817..c63cbe268c8e9af5a8210dcb8aff3d2fee4944f3 100644
--- a/git_cl_hooks.py
+++ b/git_cl_hooks.py
@@ -35,7 +35,7 @@ class ChangeOptions:
name = m.group(1)
description = m.group(2)
files = scm.GIT.CaptureStatus([root], upstream_branch)
- issue = Backquote(['cl', 'status', '--field=id'])
+ issue = Backquote(['git', 'cl', 'status', '--field=id'])
patchset = None
self.change = presubmit_support.GitChange(name, description, root, files,
issue, patchset)
« 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