Add a "Push to Gerrit" action
commit48e4ad33fbeb31fcd06bec6fa54209b9737d1d84
authorMathias Kinzler <mathias.kinzler@sap.com>
Fri, 22 Jun 2012 23:43:52 +0000 (23 01:43 +0200)
committerMatthias Sohn <matthias.sohn@sap.com>
Fri, 22 Jun 2012 23:43:52 +0000 (23 01:43 +0200)
treeac043ef65832cf95e750ef7ff787f2400499c39c
parent06c8a0ec53087650b820cce155ab8ed35813f0e5
Add a "Push to Gerrit" action

This action allows to directly push to Gerrit by selecting a URI and the
name of the Gerrit branch.

Similar to the "Fetch from Gerrit" wizard, the user must select a URI
and the name of the Branch. The values are remembered for ease of use.

This is particularly helpful when working with several Gerrit branches
in parallel.

The action is added to the Repositories View menu as well as to the Team
-> Remote sub-menu.

Change-Id: Ib117aa0285f006a4c4bd7a54707b9ca6ae4cd475
Signed-off-by: Matthias Sohn <matthias.sohn@sap.com>
org.eclipse.egit.ui/icons/obj16/gerrit_fetch.gif [new file with mode: 0644]
org.eclipse.egit.ui/icons/obj16/gerrit_push.gif [new file with mode: 0644]
org.eclipse.egit.ui/plugin.properties
org.eclipse.egit.ui/plugin.xml
org.eclipse.egit.ui/src/org/eclipse/egit/ui/UIText.java
org.eclipse.egit.ui/src/org/eclipse/egit/ui/internal/commands/shared/PushHeadToGerritCommand.java [new file with mode: 0644]
org.eclipse.egit.ui/src/org/eclipse/egit/ui/internal/push/PushToGerritPage.java [new file with mode: 0644]
org.eclipse.egit.ui/src/org/eclipse/egit/ui/internal/push/PushToGerritWizard.java [new file with mode: 0644]
org.eclipse.egit.ui/src/org/eclipse/egit/ui/uitext.properties