Merge "Clarify the List Comments REST endpoint"

This commit is contained in:
David Pursehouse
2014-06-03 00:55:37 +00:00
committed by Gerrit Code Review

View File

@@ -2160,7 +2160,9 @@ Lists the published comments of a revision.
As result a map is returned that maps the file path to a list of
link:#comment-info[CommentInfo] entries. The entries in the map are
sorted by file path.
sorted by file path and only include file (or inline) comments. Use
the link:#get-change-detail[Get Change Detail] endpoint to retrieve
the general change message (or comment).
.Request
----