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:
1191650
)
Fixed very silly build script bug
author
Ciaran Gultnieks
<ciaran@ciarang.com>
Sun, 2 Oct 2011 11:01:43 +0000
(12:01 +0100)
committer
Ciaran Gultnieks
<ciaran@ciarang.com>
Sun, 2 Oct 2011 11:01:43 +0000
(12:01 +0100)
common.py
patch
|
blob
|
history
diff --git
a/common.py
b/common.py
index 490c50fd0f989fde6c656f71c248f9cef6cc5cba..d1d223ced45cff0337f985a11ff94127cc6c4b25 100644
(file)
--- a/
common.py
+++ b/
common.py
@@
-138,7
+138,7
@@
class vcs_svn(vcs):
if rev is None:
revargs = []
else:
- revargs = ['
-r
', rev]
+ revargs = ['
-r
', rev]
for svncommand in (
'svn revert -R .',
r"svn status | awk '/\?/ {print $2}' | xargs rm -rf"):