chiark / gitweb /
Don't reset gitsvn_cmd mid-process
authorDaniel Martí <mvdan@mvdan.cc>
Fri, 5 Apr 2013 20:04:24 +0000 (22:04 +0200)
committerDaniel Martí <mvdan@mvdan.cc>
Fri, 5 Apr 2013 20:04:24 +0000 (22:04 +0200)
fdroidserver/common.py

index d734dd942cf0959f88910141016f690562eb63f6..b00c0009ea3c91f3fcf6dcfaa1a39115be7eb731 100644 (file)
@@ -205,7 +205,6 @@ class vcs_gitsvn(vcs):
                         trunk = i[6:]
                     elif i.startswith('tags='):
                         tags = i[5:]
-                gitsvn_cmd = []
                 if trunk:
                     gitsvn_cmd += ['-T', trunk]
                 if tags: