| Index: git_cl.py
|
| diff --git a/git_cl.py b/git_cl.py
|
| index 63d01adadd8a85b2047a6ab1f6156046e3d9e6e8..0aa942dc3baf5428a0b886cacf299546838d1f50 100755
|
| --- a/git_cl.py
|
| +++ b/git_cl.py
|
| @@ -2080,7 +2080,8 @@ class _GerritChangelistImpl(_ChangelistCodereviewBase):
|
| options = options or []
|
| issue = issue or self.GetIssue()
|
| assert issue, 'issue required to query Gerrit'
|
| - return gerrit_util.GetChangeDetail(self._GetGerritHost(), options, issue)
|
| + return gerrit_util.GetChangeDetail(self._GetGerritHost(), str(issue),
|
| + options)
|
|
|
| def CMDLand(self, force, bypass_hooks, verbose):
|
| if git_common.is_dirty_git_tree('land'):
|
|
|