Merge "Merge branch 'stable-2.9'"

This commit is contained in:
David Pursehouse
2014-03-25 02:42:55 +00:00
committed by Gerrit Code Review
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));