summaryrefslogtreecommitdiff
path: root/lorry
diff options
context:
space:
mode:
authorRichard Maw <richard.maw@codethink.co.uk>2012-01-13 15:40:36 +0000
committerLorry <lorry@roadtrain.codethink.co.uk>2012-01-13 15:40:56 +0000
commitc3b51cf5ee4bec2e510c3a9541b1bd06b1ce2a3d (patch)
tree5bc27e4ead280b1c24e906cb06246de311001558 /lorry
parentc3605e3f6b314a98e0647644760e21d5087ad51c (diff)
downloadlorry-c3b51cf5ee4bec2e510c3a9541b1bd06b1ce2a3d.tar.gz
remove --mirror from git svn
Diffstat (limited to 'lorry')
-rwxr-xr-xlorry2
1 files changed, 1 insertions, 1 deletions
diff --git a/lorry b/lorry
index b81c832..3712e98 100755
--- a/lorry
+++ b/lorry
@@ -146,7 +146,7 @@ class Lorry(cliapp.Application):
if not os.path.exists(gitdir):
self.progress('.. doing initial clone')
os.mkdir(gitdir)
- self.run_program(['git', 'svn', 'clone', '--mirror', spec['url'], gitdir])
+ self.run_program(['git', 'svn', 'clone', spec['url'], gitdir])
else:
self.progress('.. updating existing clone')
self.run_program(['git', 'svn', 'fetch'], cwd=gitdir)