Merge branch 'stable-2.9'

* stable-2.9:
  Documentation: Case consistencies for SEE ALSO
  Documentation: Format fix headlines
  Hide abandoned changes from Cherry Picks Panel on new change screen

Change-Id: Ie011915cceded03071729c73ab3628b00298f06e
This commit is contained in:
David Pursehouse
2014-03-24 19:42:13 -07:00
5 changed files with 5 additions and 4 deletions

View File

@@ -178,6 +178,7 @@ public class RelatedChanges extends TabPanel {
cherryPicksQuery.append(op("project", info.project()));
cherryPicksQuery.append(" ").append(op("change", info.change_id()));
cherryPicksQuery.append(" ").append(op("-change", info.legacy_id().get()));
cherryPicksQuery.append(" -is:abandoned");
ChangeList.query(cherryPicksQuery.toString(),
EnumSet.of(ListChangesOption.CURRENT_REVISION, ListChangesOption.CURRENT_COMMIT),
new TabChangeListCallback(Tab.CHERRY_PICKS, info.project(), revision));