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:
@@ -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));
|
||||
|
||||
Reference in New Issue
Block a user