update working copy on checkout

This commit is contained in:
Sebastian Sdorra
2011-08-07 13:12:40 +02:00
parent c7fe55dc36
commit a26ec5b9f5

View File

@@ -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);
}