Download
Getting Started
Members
Projects
Community
Marketplace
Events
Planet Eclipse
Newsletter
Videos
Participate
Report a Bug
Forums
Mailing Lists
Wiki
IRC
How to Contribute
Working Groups
Automotive
Internet of Things
LocationTech
Long-Term Support
PolarSys
Science
OpenMDM
More
Community
Marketplace
Events
Planet Eclipse
Newsletter
Videos
Participate
Report a Bug
Forums
Mailing Lists
Wiki
IRC
How to Contribute
Working Groups
Automotive
Internet of Things
LocationTech
Long-Term Support
PolarSys
Science
OpenMDM
Toggle navigation
Bugzilla – Attachment 72022 Details for
Bug 172455
[Actions] Tag as Version... on file with uncommitted changes give inaccurate warning
Home
|
New
|
Browse
|
Search
|
[?]
|
Reports
|
Requests
|
Help
|
Log In
[x]
|
Terms of Use
|
Copyright Agent
Some Eclipse Foundation services are deprecated, or will be soon. Please ensure you've read
this important communication.
Fix - no details message
patch.txt (text/plain, text/file), 3.08 KB, created by
Dani Megert
on 2007-06-21 06:31:27 EDT
(
hide
)
Description:
Fix - no details message
Filename:
MIME Type:
Creator:
Dani Megert
Created:
2007-06-21 06:31:27 EDT
Size:
3.08 KB
patch
obsolete
>### Eclipse Workspace Patch 1.0 >#P org.eclipse.team.cvs.ui >Index: src/org/eclipse/team/internal/ccvs/ui/actions/TagLocalAction.java >=================================================================== >RCS file: /cvsroot/eclipse/org.eclipse.team.cvs.ui/src/org/eclipse/team/internal/ccvs/ui/actions/TagLocalAction.java,v >retrieving revision 1.20 >diff -u -r1.20 TagLocalAction.java >--- src/org/eclipse/team/internal/ccvs/ui/actions/TagLocalAction.java 24 Apr 2006 14:41:01 -0000 1.20 >+++ src/org/eclipse/team/internal/ccvs/ui/actions/TagLocalAction.java 21 Jun 2007 10:30:22 -0000 >@@ -37,7 +37,7 @@ > OutgoingChangesDialog dialog = new OutgoingChangesDialog(getShell(), tagOperation.getScopeManager(), > CVSUIMessages.TagLocalAction_2, > CVSUIMessages.TagLocalAction_0, >- CVSUIMessages.TagLocalAction_1); >+ ""); //$NON-NLS-1$ > dialog.setHelpContextId(IHelpContextIds.TAG_OUTGOING_CHANGES_DIALOG); > int result = dialog.open(); > keepGoing[0] = result == Window.OK; >Index: src/org/eclipse/team/internal/ccvs/ui/CVSUIMessages.java >=================================================================== >RCS file: /cvsroot/eclipse/org.eclipse.team.cvs.ui/src/org/eclipse/team/internal/ccvs/ui/CVSUIMessages.java,v >retrieving revision 1.73 >diff -u -r1.73 CVSUIMessages.java >--- src/org/eclipse/team/internal/ccvs/ui/CVSUIMessages.java 7 May 2007 14:59:52 -0000 1.73 >+++ src/org/eclipse/team/internal/ccvs/ui/CVSUIMessages.java 21 Jun 2007 10:30:22 -0000 >@@ -589,7 +589,6 @@ > public static String TagAction_moveTag; > public static String TagRootElement_0; > public static String TagLocalAction_0; >- public static String TagLocalAction_1; > public static String TagLocalAction_2; > public static String TagAction_moveTagConfirmTitle; > public static String TagAction_moveTagConfirmMessage; >Index: src/org/eclipse/team/internal/ccvs/ui/messages.properties >=================================================================== >RCS file: /cvsroot/eclipse/org.eclipse.team.cvs.ui/src/org/eclipse/team/internal/ccvs/ui/messages.properties,v >retrieving revision 1.523 >diff -u -r1.523 messages.properties >--- src/org/eclipse/team/internal/ccvs/ui/messages.properties 11 May 2007 16:53:57 -0000 1.523 >+++ src/org/eclipse/team/internal/ccvs/ui/messages.properties 21 Jun 2007 10:30:22 -0000 >@@ -557,8 +557,7 @@ > TagAction_enterTag=&Please enter a version tag: > TagAction_moveTag=&Move tag if it already exists > TagRootElement_0=Dates >-TagLocalAction_0=The selected elements contain uncommitted changes that will not be tagged. Should the tag operation proceed? >-TagLocalAction_1=The following elements contain &uncommitted changes that will not be versioned. >+TagLocalAction_0=The selected elements contain uncommitted changes. The unchanged server version will be tagged for those. > TagLocalAction_2=Tag with Uncommitted Changes > TagAction_moveTagConfirmTitle=Confirm Move Existing Tag > TagAction_moveTagConfirmMessage=If the tag {0} is already used in this project, it will be moved to the selected revisions. Are you sure you want to perform the tag operation?
You cannot view the attachment while viewing its details because your browser does not support IFRAMEs.
View the attachment on a separate page
.
View Attachment As Raw
Actions:
View
Attachments on
bug 172455
:
57991
|
72021
| 72022