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:
28dc5cf
)
Minor code formatting fix
author
Ciaran Gultnieks
<ciaran@ciarang.com>
Mon, 10 Oct 2011 14:31:04 +0000
(15:31 +0100)
committer
Ciaran Gultnieks
<ciaran@ciarang.com>
Mon, 10 Oct 2011 14:31:04 +0000
(15:31 +0100)
common.py
patch
|
blob
|
history
diff --git
a/common.py
b/common.py
index 057ecc07b47726df716d690c4cdac7d70a00c90f..46e05114f700e349f248e2f8ca256c3f0ee594c3 100644
(file)
--- a/
common.py
+++ b/
common.py
@@
-187,7
+187,7
@@
class vcs_hg(vcs):
class vcs_bzr(vcs):
def clone(self):
- if subprocess.call(['bzr', 'branch', self.remote, self.local]) !=0:
+ if subprocess.call(['bzr', 'branch', self.remote, self.local]) !=
0:
print "Bzr branch failed"
sys.exit(1)