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

Unified Diff: git_cl.py

Issue 1829083002: Revert of Gerrit: make git cl close working. (Closed) Base URL: https://chromium.googlesource.com/chromium/tools/depot_tools.git@G101
Patch Set: Created 4 years, 9 months 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.py
diff --git a/git_cl.py b/git_cl.py
index aab9d80781889dc8de87c3f82a245da80c70077b..98a2f01b44485b746fb82c3ad290d5f379e3eab7 100755
--- a/git_cl.py
+++ b/git_cl.py
@@ -1595,7 +1595,8 @@
raise NotImplementedError()
def CloseIssue(self):
- gerrit_util.AbandonChange(self._GetGerritHost(), self.GetIssue(), msg='')
+ # TODO(tandrii)
+ raise NotImplementedError()
class ChangeDescription(object):
« 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