Don't reset gitsvn_cmd mid-process

This commit is contained in:
Daniel Martí 2013-04-05 22:04:24 +02:00
parent 8fc426203d
commit 4454627ee9

View file

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