mirror of
https://github.com/composer/composer
synced 2025-05-09 00:22:53 +00:00
Simpler
This commit is contained in:
parent
38198a5f36
commit
ee508725c6
1 changed files with 1 additions and 1 deletions
|
@ -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()));
|
||||
}
|
||||
|
||||
/**
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue