aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorBogdano Arendartchuk <bogdano@mandriva.org>2008-07-17 12:24:00 +0000
committerBogdano Arendartchuk <bogdano@mandriva.org>2008-07-17 12:24:00 +0000
commita266e00db2a624f9256c6f6b4f3a742e536569dc (patch)
tree8cc128fd3f31f90ad698bab2e71b138a8e707855
parent89f3a0d9997a4f836c3af3442f4dd6072056df33 (diff)
downloadmgarepo-a266e00db2a624f9256c6f6b4f3a742e536569dc.tar
mgarepo-a266e00db2a624f9256c6f6b4f3a742e536569dc.tar.gz
mgarepo-a266e00db2a624f9256c6f6b4f3a742e536569dc.tar.bz2
mgarepo-a266e00db2a624f9256c6f6b4f3a742e536569dc.tar.xz
mgarepo-a266e00db2a624f9256c6f6b4f3a742e536569dc.zip
A WTF? moment
-rw-r--r--RepSys/mirror.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/RepSys/mirror.py b/RepSys/mirror.py
index 5b114df..20570d5 100644
--- a/RepSys/mirror.py
+++ b/RepSys/mirror.py
@@ -47,7 +47,7 @@ def enabled(wcurl=None):
def mirror_relocate(oldparent, newparent, url, wcpath):
svn = SVN()
newurl = relocate_path(oldparent, newparent, url)
- svn.switch(newurl, url, path=wcpath, relocate="True")
+ svn.switch(newurl, url, path=wcpath, relocate=True)
return newurl
def switchto_parent(svn, url, path):