mirror of
https://github.com/f-droid/fdroidserver.git
synced 2025-09-15 15:32:30 +03:00
parent
bb643eddcf
commit
c33a71a945
1 changed files with 1 additions and 1 deletions
|
@ -1088,7 +1088,7 @@ class vcs_hg(vcs):
|
|||
raise VCSException("Unexpected output from hg status -uS: " + line)
|
||||
FDroidPopen(['rm', '-rf', line[2:]], cwd=self.local, output=False)
|
||||
if not self.refreshed:
|
||||
p = FDroidPopen(['hg', 'pull'], '--ssh', 'false', cwd=self.local, output=False)
|
||||
p = FDroidPopen(['hg', 'pull', '--ssh', 'false'], cwd=self.local, output=False)
|
||||
if p.returncode != 0:
|
||||
raise VCSException("Hg pull failed", p.output)
|
||||
self.refreshed = True
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue