diff options
author | Chris Aniszczyk <caniszczyk@gmail.com> | 2010-10-30 10:19:51 -0500 |
---|---|---|
committer | Chris Aniszczyk <caniszczyk@gmail.com> | 2010-11-22 15:53:35 -0600 |
commit | 923443f94faba9e903cabf35a925e65487b17ac3 (patch) | |
tree | f0f8382415f6f5225578855ac6762cb130506704 /org.eclipse.jgit/resources/org | |
parent | 34962b4700940221e07371e0a965f02b88b84711 (diff) | |
download | jgit-923443f94faba9e903cabf35a925e65487b17ac3.tar.gz jgit-923443f94faba9e903cabf35a925e65487b17ac3.zip |
Add CheckoutCommand
Add the ability to checkout a branch to the working tree.
Bug: 330860
Change-Id: Ie06b9e799a9e1be384da0b8996efa7209b32eac3
Signed-off-by: Chris Aniszczyk <caniszczyk@gmail.com>
Diffstat (limited to 'org.eclipse.jgit/resources/org')
-rw-r--r-- | org.eclipse.jgit/resources/org/eclipse/jgit/JGitText.properties | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/org.eclipse.jgit/resources/org/eclipse/jgit/JGitText.properties b/org.eclipse.jgit/resources/org/eclipse/jgit/JGitText.properties index 4de5744c89..44f67ed1bf 100644 --- a/org.eclipse.jgit/resources/org/eclipse/jgit/JGitText.properties +++ b/org.eclipse.jgit/resources/org/eclipse/jgit/JGitText.properties @@ -79,6 +79,7 @@ channelMustBeInRange0_255=channel {0} must be in range [0, 255] characterClassIsNotSupported=The character class {0} is not supported. checkoutConflictWithFile=Checkout conflict with file: {0} checkoutConflictWithFiles=Checkout conflict with files: {0} +checkoutUnexpectedResult=Checkout returned unexpected result {0} classCastNotA=Not a {0} collisionOn=Collision on {0} commandWasCalledInTheWrongState=Command {0} was called in the wrong state |