mirror of
https://chromium.googlesource.com/chromium/tools/depot_tools.git
synced 2026-01-11 18:51:29 +00:00
Remove support for RobotComments, which have been removed from Gerrit.
Bug: 428171766 Change-Id: I38ddbf4a934f80897301d2fd04d8b83a799b1bd7 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/tools/depot_tools/+/6690195 Reviewed-by: Gavin Mak <gavinmak@google.com> Commit-Queue: Andy Perelson <ajp@google.com>
This commit is contained in:
@@ -1407,12 +1407,6 @@ def GetChangeComments(host, change):
|
||||
return ReadHttpJsonResponse(CreateHttpConn(host, path))
|
||||
|
||||
|
||||
def GetChangeRobotComments(host, change):
|
||||
"""Gets the line- and file-level robot comments on a change."""
|
||||
path = 'changes/%s/robotcomments' % change
|
||||
return ReadHttpJsonResponse(CreateHttpConn(host, path))
|
||||
|
||||
|
||||
def GetRelatedChanges(host, change, revision='current'):
|
||||
"""Gets the related changes for a given change and revision."""
|
||||
path = 'changes/%s/revisions/%s/related' % (change, revision)
|
||||
|
||||
Reference in New Issue
Block a user