mirror of
https://github.com/scm-manager/scm-manager.git
synced 2026-03-24 13:00:18 +01:00
Refactor the repository store implementation in order to store repositories in specific paths.
This commit is contained in:
@@ -74,8 +74,6 @@ public class UnixHgInstaller extends AbstractHgInstaller
|
||||
@Override
|
||||
public void install(File baseDirectory, HgConfig config) throws IOException
|
||||
{
|
||||
super.install(baseDirectory, config);
|
||||
|
||||
// search mercurial (hg)
|
||||
if (Util.isEmpty(config.getHgBinary()))
|
||||
{
|
||||
|
||||
Reference in New Issue
Block a user