Skip to main content
aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorJens Baumgart2010-03-17 13:46:51 +0000
committerStefan Lay2010-04-01 12:38:21 +0000
commitdfc277a9b2f0d15948f81235b010243f53cee334 (patch)
tree18376d86e7038128583ab873755c6b74a30f1aae /org.eclipse.egit.core/src/org/eclipse/egit/core/coretext.properties
parent77beda4de51a204507a4e22dd01fff4172919e33 (diff)
downloadegit-dfc277a9b2f0d15948f81235b010243f53cee334.tar.gz
egit-dfc277a9b2f0d15948f81235b010243f53cee334.tar.xz
egit-dfc277a9b2f0d15948f81235b010243f53cee334.zip
Fix unhandled CoreException in BranchOperation.refreshProjects
Fix unhandled CoreException in BranchOperation.refreshProjects and ResetOperation.refreshProjects. The duplicated refreshProjects method was moved to a new class ProjectUtil. Bug: 303886 Change-Id: I540854bdf53cf7a2aa8f84e6491ea2a4c9cebc71 Signed-off-by: Jens Baumgart <jens.baumgart@sap.com>
Diffstat (limited to 'org.eclipse.egit.core/src/org/eclipse/egit/core/coretext.properties')
-rw-r--r--org.eclipse.egit.core/src/org/eclipse/egit/core/coretext.properties5
1 files changed, 4 insertions, 1 deletions
diff --git a/org.eclipse.egit.core/src/org/eclipse/egit/core/coretext.properties b/org.eclipse.egit.core/src/org/eclipse/egit/core/coretext.properties
index 398cee77cb..0f0b76f4f2 100644
--- a/org.eclipse.egit.core/src/org/eclipse/egit/core/coretext.properties
+++ b/org.eclipse.egit.core/src/org/eclipse/egit/core/coretext.properties
@@ -77,6 +77,7 @@ IndexFileRevision_indexEntryNotFound=Git index entry not found
ListRemoteOperation_title=Getting remote branches information
+ProjectUtil_refreshingProjects=Refreshing projects
PushOperation_resultCancelled=Operation was cancelled.
PushOperation_resultNotSupported=Can't push to {0}
PushOperation_resultTransportError=Transport error occured during push operation: {0}
@@ -86,4 +87,6 @@ PushOperation_taskNameNormalRun=Pushing to remote repositories
AddToIndexOperation_failed=Failed to add resource to index
-TrackOperation_writingIndex=Writing index for {0} \ No newline at end of file
+TrackOperation_writingIndex=Writing index for {0}
+
+BranchOperation_performingBranch=Performing branch to {0} \ No newline at end of file

Back to the top