mirror of
https://github.com/scm-manager/scm-manager.git
synced 2025-11-11 07:55:47 +01:00
use absolute path for mercurial repository creation
This commit is contained in:
@@ -481,7 +481,7 @@ public class HgRepositoryHandler
|
||||
File directory)
|
||||
{
|
||||
ExtendedCommand cmd = new ExtendedCommand(config.getHgBinary(), "init",
|
||||
directory.getPath());
|
||||
directory.getAbsolutePath());
|
||||
|
||||
// issue-97
|
||||
cmd.setWorkDirectory(baseDirectory);
|
||||
|
||||
Reference in New Issue
Block a user