Correct description of revisions field in ChangeInfo

Change-Id: Ifdff5ff51ec97935a4f7b9b571ccd2875b48c3f4
This commit is contained in:
Dave Borowitz
2014-01-22 10:41:52 -08:00
parent d66ec1c005
commit 0adf270bc4

View File

@@ -2747,7 +2747,9 @@ or if link:#all-revisions[all revisions] are requested.
|`revisions` |optional|
All patch sets of this change as a map that maps the commit ID of the
patch set to a link:#revision-info[RevisionInfo] entity. +
Only set if link:#all-revisions[all revisions] are requested.
Only set if link:#current-revision[the current revision] is requested
(in which case it will only contain a key for the current revision) or
if link:#all-revisions[all revisions] are requested.
|`_more_changes` |optional, not set if `false`|
Whether the query would deliver more results if not limited. +
Only set on either the last or the first change that is returned.