Skip to main content
aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorDariusz Luksza2011-05-19 21:36:45 +0000
committerMatthias Sohn2011-05-19 21:36:45 +0000
commit42569d92e96175f191719c276982f66e8fc7f7bc (patch)
treeabf78f2dd605f9ba6e01547a0242538e88c66717 /org.eclipse.egit.ui/src/org/eclipse/egit/ui/uitext.properties
parent6f58f25b189bcae8aabf66dfef9e261aa0a1cfb3 (diff)
downloadegit-42569d92e96175f191719c276982f66e8fc7f7bc.tar.gz
egit-42569d92e96175f191719c276982f66e8fc7f7bc.tar.xz
egit-42569d92e96175f191719c276982f66e8fc7f7bc.zip
[sync] Introduce dynamic 'Synchronize' sub menu
Replaces 'Synchronize...' action that was opening sync-dialog with dynamically built 'Synchronize' sub menu. This menu will contain at most 20 alphabetically ordered entries excluding HEAD and the currently selected branch. For synchronizing against current HEAD (selected branch) there should be a separate action called 'Synchronize Workspace' introduced in change Ibe79e8b50571c0e56be507ace842fcf4db387408 Bug: 344891 Change-Id: I42a0848bf44ebb2cd93cc410c2df329929f4840b Signed-off-by: Dariusz Luksza <dariusz@luksza.org> Signed-off-by: Matthias Sohn <matthias.sohn@sap.com>
Diffstat (limited to 'org.eclipse.egit.ui/src/org/eclipse/egit/ui/uitext.properties')
-rw-r--r--org.eclipse.egit.ui/src/org/eclipse/egit/ui/uitext.properties2
1 files changed, 2 insertions, 0 deletions
diff --git a/org.eclipse.egit.ui/src/org/eclipse/egit/ui/uitext.properties b/org.eclipse.egit.ui/src/org/eclipse/egit/ui/uitext.properties
index 31784701d4..d39ba28cc0 100644
--- a/org.eclipse.egit.ui/src/org/eclipse/egit/ui/uitext.properties
+++ b/org.eclipse.egit.ui/src/org/eclipse/egit/ui/uitext.properties
@@ -1271,3 +1271,5 @@ StagingView_Ammend_Previous_Commit=Amend Previous Commit
StagingView_Add_Signed_Off_By=Add Signed-off-by
StagingView_Add_Change_ID=Add Change-ID
StagingView_Commit=Commit
+
+SynchronizeWithMenu_custom=&Custom...

Back to the top