зеркало из https://github.com/mozilla/pontoon.git
Fix comm- repository update
This commit is contained in:
Родитель
685524d717
Коммит
5c36bdf56c
|
@ -59,7 +59,8 @@ def pull(url, target):
|
|||
execute(['hg', 'revert', '--all', '--no-backup'], target)
|
||||
|
||||
# Pull
|
||||
code, output, error = execute(['hg', 'pull', '-u'], target)
|
||||
code, output, error = execute(['hg', 'pull'], target)
|
||||
code, output, error = execute(['hg', 'update', '-c'], target)
|
||||
if code == 0:
|
||||
print('Repository at ' + url + ' updated.')
|
||||
|
||||
|
|
Загрузка…
Ссылка в новой задаче