1
0
Fork 0
pull/104/head
Per Bernhardt 2011-11-12 10:27:45 +01:00
parent 38198a5f36
commit ee508725c6
1 changed files with 1 additions and 1 deletions

View File

@ -51,7 +51,7 @@ class HgDownloader implements DownloaderInterface
}
$this->enforceCleanDirectory($path);
system(sprintf('cd %s && hg pull && hg up %s', $path, $target->getSourceReference()));
system(sprintf('cd %s && hg pull -u %s', $path, $target->getSourceReference()));
}
/**