| Index: git_cl.py
|
| diff --git a/git_cl.py b/git_cl.py
|
| index 8cdf1318c5d27e2350aabccd6f1c8dcf81c2d461..d0866ca3a22617a9be8e7a4e9ff3e3abc947f538 100755
|
| --- a/git_cl.py
|
| +++ b/git_cl.py
|
| @@ -837,8 +837,14 @@ def RunHook(committing, upstream_branch, rietveld_server, tbr, may_prompt,
|
| # with these log messages.
|
| description = RunCommand(['git', 'log', '--pretty=format:%s%n%n%b',
|
| '%s...' % (upstream_branch)]).strip()
|
| - change = presubmit_support.GitChange(name, description, absroot, files,
|
| - issue, patchset)
|
| + change = presubmit_support.GitChange(
|
| + name,
|
| + description,
|
| + absroot,
|
| + files,
|
| + issue,
|
| + patchset,
|
| + None)
|
|
|
| # Apply watchlists on upload.
|
| if not committing:
|
|
|