Skip to main content
aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorAndrey Loskutov2017-03-16 09:24:41 +0000
committerAndrey Loskutov2017-03-16 09:34:57 +0000
commit49c363c7d6cfe107cfada512ee8e6efcb98ea2b6 (patch)
treed7dbeae280f8ec82fa4fec885dcf35f30008a5a1 /org.eclipse.egit.ui/src/org/eclipse/egit/ui/internal/uitext.properties
parentf1ca8ee1f55373d39556ce4b227d9c23ec4350c0 (diff)
downloadegit-49c363c7d6cfe107cfada512ee8e6efcb98ea2b6.tar.gz
egit-49c363c7d6cfe107cfada512ee8e6efcb98ea2b6.tar.xz
egit-49c363c7d6cfe107cfada512ee8e6efcb98ea2b6.zip
Revert "Prefer to change to existing local branch when fetching Gerrit
change" This reverts commit 4c6fe7070d5802a7c189a360d0cfbaeb565e20b1. Bug: 509181 Change-Id: I0b4f25ffcf7fa2cd6d0a733fd109048932f8331a Signed-off-by: Andrey Loskutov <loskutov@gmx.de>
Diffstat (limited to 'org.eclipse.egit.ui/src/org/eclipse/egit/ui/internal/uitext.properties')
-rw-r--r--org.eclipse.egit.ui/src/org/eclipse/egit/ui/internal/uitext.properties7
1 files changed, 2 insertions, 5 deletions
diff --git a/org.eclipse.egit.ui/src/org/eclipse/egit/ui/internal/uitext.properties b/org.eclipse.egit.ui/src/org/eclipse/egit/ui/internal/uitext.properties
index 27f6c0e008..19071c5c70 100644
--- a/org.eclipse.egit.ui/src/org/eclipse/egit/ui/internal/uitext.properties
+++ b/org.eclipse.egit.ui/src/org/eclipse/egit/ui/internal/uitext.properties
@@ -20,7 +20,6 @@
# Christian Georgi <christian.georgi@sap.com> - Check for empty second line is configurable
# Denis Zygann <d.zygann@web.de> - 473919 Add tooltip text for sorting files action
# Wim Jongman <wim.jongman@remainsoftware.com - 358152
-# Jaxsun McCarthy Huggan <jaxsun.mccarthy@tasktop.com> - 509181 add change to local branch radio button
###############################################################################
AbortRebaseCommand_CancelDialogMessage=The abort operation was canceled
AbortRebaseCommand_JobName=Aborting Rebase
@@ -953,7 +952,6 @@ FetchGerritChangePage_AfterFetchGroup=Action to perform after fetch
FetchGerritChangePage_BranchEditButton=Edit Branches...
FetchGerritChangePage_BranchNameText=Branch &name:
FetchGerritChangePage_ChangeLabel=&Change:
-FetchGerritChangePage_ChangeToLocalBranchRadio=Checkout local branch already existing for this change
FetchGerritChangePage_CheckingOutTaskName=Checking out change
FetchGerritChangePage_CheckoutRadio=Check&out FETCH_HEAD
FetchGerritChangePage_ContentAssistDescription=Patch set {0} of change {1}
@@ -963,14 +961,13 @@ FetchGerritChangePage_CreatingTagTaskName=Creating tag
FetchGerritChangePage_FetchingTaskName=Fetching change {0}
FetchGerritChangePage_GeneratedTagMessage=Generated for Gerrit change {0}
FetchGerritChangePage_GetChangeTaskName=Get change from Gerrit
-FetchGerritChangePage_CreateLocalBranchRadio=Create a &local branch
+FetchGerritChangePage_LocalBranchRadio=Create a &local branch
FetchGerritChangePage_LocalBranchCheckout=Checkout new branch
FetchGerritChangePage_MissingChangeMessage=Please provide a change
FetchGerritChangePage_PageMessage=Please select a Gerrit URI and change to fetch
FetchGerritChangePage_PageTitle=Fetch a change from Gerrit into repository {0}
FetchGerritChangePage_RunInBackground=&Run in background
-Change_FullRefNamePattern=refs/heads/change/{0}/{1}
-Change_SuggestedBranchNamePattern=change/{0}/{1}
+FetchGerritChangePage_SuggestedRefNamePattern=change/{0}/{1}
FetchGerritChangePage_TagNameText=Tag &name:
FetchGerritChangePage_TagRadio=Create and checkout a &tag
FetchGerritChangePage_UpdateRadio=U&pdate FETCH_HEAD only

Back to the top