5:fa319c01b604 | 6:52e8c820d0dd |
---|---|
391 " Please select from the list."), | 391 " Please select from the list."), |
392 self.tagTypeList, | 392 self.tagTypeList, |
393 0, False) | 393 0, False) |
394 if not ok: | 394 if not ok: |
395 return False | 395 return False |
396 tag = '%s/%s' % (unicode(type), tag) | 396 tag = '%s/%s' % (type, tag) |
397 svnUrl = '%s/%s' % (vcsDir, tag) | 397 svnUrl = '%s/%s' % (vcsDir, tag) |
398 else: | 398 else: |
399 svnUrl = vcsDir | 399 svnUrl = vcsDir |
400 | 400 |
401 args = [] | 401 args = [] |