Merge branch 'stable-2.8' into master

* stable-2.8:
  Correct description of revisions field in ChangeInfo
  Fix build failure due to Java 7 specific statement usage
  Remove quotes and trailing period from "topic edited" messages
  ChangeScreen2: Fix enter when setting topic
  Check if user can read HEAD commit when resolving detached HEAD
  Documentation: Update download link

Conflicts:
	gerrit-server/src/main/java/com/google/gerrit/server/project/GetHead.java

Change-Id: Ic78be6cc55d3d09b317bbc43bd97075e10e7f6eb
This commit is contained in:
Dave Borowitz
2014-01-22 11:51:45 -08:00

View File

@@ -2768,7 +2768,9 @@ or if link:#all-revisions[all revisions] are requested.
|`revisions` |optional| |`revisions` |optional|
All patch sets of this change as a map that maps the commit ID of the 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. + 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`| |`_more_changes` |optional, not set if `false`|
Whether the query would deliver more results if not limited. + Whether the query would deliver more results if not limited. +
Only set on either the last or the first change that is returned. Only set on either the last or the first change that is returned.