mirror of
https://github.com/scm-manager/scm-manager.git
synced 2025-11-10 15:35:49 +01:00
update working copy on checkout
This commit is contained in:
@@ -116,7 +116,8 @@ public class HgRepositoryClient extends AbstractRepositoryClient
|
||||
}
|
||||
|
||||
SimpleCommand cmd = new SimpleCommand(hg, "-R",
|
||||
localRepository.getAbsolutePath(), "pull", remoteURL);
|
||||
localRepository.getAbsolutePath(), "pull", "-u",
|
||||
remoteURL);
|
||||
|
||||
execute(cmd);
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user