Commit 4ab3d0f7 authored by tandrii@chromium.org's avatar tandrii@chromium.org

Gerrit: make git cl close working.

BUG=579160

Review URL: https://codereview.chromium.org/1827523003

git-svn-id: svn://svn.chromium.org/chrome/trunk/tools/depot_tools@299465 0039d316-1c4b-4281-b951-d872f2087c98
parent c24bb3b7
......@@ -1593,8 +1593,7 @@ class _GerritChangelistImpl(_ChangelistCodereviewBase):
raise NotImplementedError()
def CloseIssue(self):
# TODO(tandrii)
raise NotImplementedError()
gerrit_util.AbandonChange(self._GetGerritHost(), self.GetIssue(), msg='')
class ChangeDescription(object):
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment