Plugins/VcsPlugins/vcsSubversion/subversion.py

changeset 6
52e8c820d0dd
parent 0
de9c2efb9d02
child 12
1d8dd9706f46
equal deleted inserted replaced
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 = []

eric ide

mercurial