mirror of
https://github.com/scm-manager/scm-manager.git
synced 2025-11-10 07:25:44 +01:00
Fix typo
This commit is contained in:
@@ -32,10 +32,11 @@ package sonia.scm.repository.client.spi;
|
||||
|
||||
import com.aragost.javahg.Repository;
|
||||
import com.google.common.collect.ImmutableSet;
|
||||
import sonia.scm.repository.client.api.ClientCommand;
|
||||
|
||||
import java.io.File;
|
||||
import java.io.IOException;
|
||||
import java.util.Set;
|
||||
import sonia.scm.repository.client.api.ClientCommand;
|
||||
|
||||
/**
|
||||
* Mercurial implementation of the {@link RepositoryClientProvider}.
|
||||
@@ -47,7 +48,7 @@ public class HgRepositoryClientProvider extends RepositoryClientProvider
|
||||
|
||||
private static final Set<ClientCommand> SUPPORTED_COMMANDS = ImmutableSet.of(
|
||||
ClientCommand.ADD, ClientCommand.REMOVE, ClientCommand.COMMIT,
|
||||
ClientCommand.TAG, ClientCommand.BANCH, ClientCommand.PUSH
|
||||
ClientCommand.TAG, ClientCommand.BRANCH, ClientCommand.PUSH
|
||||
);
|
||||
|
||||
private final Repository repository;
|
||||
|
||||
Reference in New Issue
Block a user