Skip to main content
aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorKevin Sawicki2011-11-30 22:53:02 +0000
committerMatthias Sohn2011-11-30 22:53:02 +0000
commit4313e8a8ffab4edccbc19ef5ffd7d5c835080ecf (patch)
tree5c620955ff1cf1f75cc64af3c1a8e45d70fa8d45 /org.eclipse.egit.ui/plugin.properties
parent52e49ed4e1e515779e3936c295a3711c13a839df (diff)
downloadegit-4313e8a8ffab4edccbc19ef5ffd7d5c835080ecf.tar.gz
egit-4313e8a8ffab4edccbc19ef5ffd7d5c835080ecf.tar.xz
egit-4313e8a8ffab4edccbc19ef5ffd7d5c835080ecf.zip
Add cherry pick action to commit editor toolbar
This moves the bulk of the logic of the cherry pick handler to a class in the commit.command package and updates the history handler to forward to the new commit handler. This also adds a confirmation dialog telling the user what branch the commit will be cherry-picked on top of. Bug: 360124 Change-Id: Iafb4c1774ab408cb5c3a189ec12c31a94b016670 Signed-off-by: Kevin Sawicki <kevin@github.com> Signed-off-by: Matthias Sohn <matthias.sohn@sap.com>
Diffstat (limited to 'org.eclipse.egit.ui/plugin.properties')
-rw-r--r--org.eclipse.egit.ui/plugin.properties2
1 files changed, 1 insertions, 1 deletions
diff --git a/org.eclipse.egit.ui/plugin.properties b/org.eclipse.egit.ui/plugin.properties
index 81e79bb7d2..917433861f 100644
--- a/org.eclipse.egit.ui/plugin.properties
+++ b/org.eclipse.egit.ui/plugin.properties
@@ -245,7 +245,7 @@ RepoViewHierarchicalBranchRepresenation.tooltip = Hierarchical Branch Layout
RepoViewBranchCommit.tooltip = Display Latest Branch Commit
ConfigureTraceCommand.name = Configure Git Debug Trace
PullIntoCurrentBranchMenuLabel = P&ull
-CherryPickCommand.name = CherryPick
+CherryPickCommand.name = Cherry Pick
RevertCommand.name = Revert Commit
RebaseCurrentCommand.name = Rebase

Back to the top