diff options
author | Tomasz Zarna <tomasz.zarna@tasktop.com> | 2012-11-11 23:38:44 +0100 |
---|---|---|
committer | Chris Aniszczyk <zx@twitter.com> | 2012-11-15 16:28:02 -0800 |
commit | cb0f0ad4cfe2733ff09c2ce4d3b72265ccfee281 (patch) | |
tree | 7ad383723b37911c725ff8569960325efee9affd /org.eclipse.jgit.pgm/resources/org | |
parent | 790126c1457fba6c85680dc7858b4c84e84ea640 (diff) | |
download | jgit-cb0f0ad4cfe2733ff09c2ce4d3b72265ccfee281.tar.gz jgit-cb0f0ad4cfe2733ff09c2ce4d3b72265ccfee281.zip |
Add a test for org.eclipse.jgit.pgm.Tag
The test checks if an error is thrown when trying to create the same tag
for the second time.
Change-Id: I4ed2f6c997587f0ea23bd26a32fb64a2d48a980e
Signed-off-by: Chris Aniszczyk <zx@twitter.com>
Diffstat (limited to 'org.eclipse.jgit.pgm/resources/org')
-rw-r--r-- | org.eclipse.jgit.pgm/resources/org/eclipse/jgit/pgm/CLIText.properties | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/org.eclipse.jgit.pgm/resources/org/eclipse/jgit/pgm/CLIText.properties b/org.eclipse.jgit.pgm/resources/org/eclipse/jgit/pgm/CLIText.properties index bf95ab34ab..6f5c8eb685 100644 --- a/org.eclipse.jgit.pgm/resources/org/eclipse/jgit/pgm/CLIText.properties +++ b/org.eclipse.jgit.pgm/resources/org/eclipse/jgit/pgm/CLIText.properties @@ -150,6 +150,7 @@ statusNewFile=new file: statusRemoved=deleted: switchedToNewBranch=Switched to a new branch ''{0}'' switchedToBranch=Switched to branch ''{0}'' +tagAlreadyExists=tag ''{0}'' already exists tagLabel=tag taggerInfo=Tagger: {0} <{1}> timeInMilliSeconds={0} ms |