Skip to main content
summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorMichael Valenta2003-10-21 16:28:28 +0000
committerMichael Valenta2003-10-21 16:28:28 +0000
commita2286f98c4e2ef45800dfe7ba51a825ab564e2d5 (patch)
tree20556dc5e96b8c2dce787df1df362bb8f075fb64
parentd3fd3f62fc29efbdcfaf36430e07d126eb6c24fd (diff)
downloadeclipse.platform.team-a2286f98c4e2ef45800dfe7ba51a825ab564e2d5.tar.gz
eclipse.platform.team-a2286f98c4e2ef45800dfe7ba51a825ab564e2d5.tar.xz
eclipse.platform.team-a2286f98c4e2ef45800dfe7ba51a825ab564e2d5.zip
Adding missing command strings
-rw-r--r--bundles/org.eclipse.team.cvs.core/src/org/eclipse/team/internal/ccvs/core/messages.properties4
1 files changed, 4 insertions, 0 deletions
diff --git a/bundles/org.eclipse.team.cvs.core/src/org/eclipse/team/internal/ccvs/core/messages.properties b/bundles/org.eclipse.team.cvs.core/src/org/eclipse/team/internal/ccvs/core/messages.properties
index 3298d9cbc..3eb870416 100644
--- a/bundles/org.eclipse.team.cvs.core/src/org/eclipse/team/internal/ccvs/core/messages.properties
+++ b/bundles/org.eclipse.team.cvs.core/src/org/eclipse/team/internal/ccvs/core/messages.properties
@@ -147,16 +147,20 @@ Command.serverError=The server reported an error while performing the "cvs {0}"
Command.noMoreInfoAvailable=The server did not provide any additional information.
Command.add=add
Command.admin=admin
+Command.annotate=annotate
Command.co=checkout
Command.ci=commit
Command.diff=diff
+Command.editors=editors
Command.import=import
Command.log=log
Command.remove=remove
Command.status=status
Command.tag=tag
+Command.rtag=rtag
Command.update=update
Command.version=version
+Command.rdiff=rdiff
Command.valid-requests=valid-requests
Command.expand-modules=expand-modules
Command.unsupportedResponse=Unknown response received from cvs server: {0} {1}

Back to the top