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:
5babb3c
)
Fix to bzr pull, broken in recent changes
author
Ciaran Gultnieks
<ciaran@ciarang.com>
Tue, 9 Aug 2011 07:38:15 +0000
(08:38 +0100)
committer
Ciaran Gultnieks
<ciaran@ciarang.com>
Tue, 9 Aug 2011 07:38:15 +0000
(08:38 +0100)
common.py
patch
|
blob
|
history
diff --git
a/common.py
b/common.py
index 71028d8c5d92cd181ccc96ad1b3824ea8212e9b4..7da4d5ffd079828a82754dc702b6fcff58cd9356 100644
(file)
--- a/
common.py
+++ b/
common.py
@@
-206,7
+206,7
@@
class vcs_bzr(vcs):
sys.exit(1)
def pull(self):
- if subprocess.call(['bzr', '
update
'],
+ if subprocess.call(['bzr', '
pull
'],
cwd=self.local) != 0:
print "Bzr update failed"
sys.exit(1)