chiark
/
gitweb
/
~ianmdlvl
/
fdroidserver.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
5ac41e7
)
Typo in hg handling
author
Daniel Martí
<mvdan@mvdan.cc>
Mon, 20 Jan 2014 15:14:00 +0000
(16:14 +0100)
committer
Daniel Martí
<mvdan@mvdan.cc>
Mon, 20 Jan 2014 15:14:29 +0000
(16:14 +0100)
fdroidserver/common.py
patch
|
blob
|
history
diff --git
a/fdroidserver/common.py
b/fdroidserver/common.py
index f3dbe278d96d98ea83c5e29918b8ba6472f6d8b5..0a1b295e247ee0305413559f6c1ee5b97ad2d93f 100644
(file)
--- a/
fdroidserver/common.py
+++ b/
fdroidserver/common.py
@@
-564,7
+564,7
@@
class vcs_hg(vcs):
myfile.write("\n[extensions]\nhgext.purge=\n")
if subprocess.call(['hg', 'purge', '--all'], cwd=self.local) != 0:
raise VCSException("HG purge failed")
- elif p.re
sult
code != 0:
+ elif p.re
turn
code != 0:
raise VCSException("HG purge failed")
def gettags(self):