Chromium Code Reviews| Index: git_cl.py |
| diff --git a/git_cl.py b/git_cl.py |
| index 98a2f01b44485b746fb82c3ad290d5f379e3eab7..aab9d80781889dc8de87c3f82a245da80c70077b 100755 |
| --- a/git_cl.py |
| +++ b/git_cl.py |
| @@ -1595,8 +1595,7 @@ class _GerritChangelistImpl(_ChangelistCodereviewBase): |
| raise NotImplementedError() |
| def CloseIssue(self): |
| - # TODO(tandrii) |
| - raise NotImplementedError() |
| + gerrit_util.AbandonChange(self._GetGerritHost(), self.GetIssue(), msg='') |
|
Michael Achenbach
2016/03/24 12:38:26
I assume this has no test, otherwise I'd have expe
|
| class ChangeDescription(object): |