Plugins/VcsPlugins/vcsPySvn/subversion.py

changeset 110
c9a969db1469
parent 96
9624a110667d
child 169
a03768260179
equal deleted inserted replaced
109:9c72858d4b7a 110:c9a969db1469
1060 url = '%s/tags/%s' % (reposRoot, urllib.parse.quote(tag)) 1060 url = '%s/tags/%s' % (reposRoot, urllib.parse.quote(tag))
1061 elif tagType == 2: 1061 elif tagType == 2:
1062 url = '%s/branches/%s' % (reposRoot, urllib.parse.quote(tag)) 1062 url = '%s/branches/%s' % (reposRoot, urllib.parse.quote(tag))
1063 elif tagType == 4: 1063 elif tagType == 4:
1064 url = '%s/trunk' % (reposRoot) 1064 url = '%s/trunk' % (reposRoot)
1065 tn = QString('HEAD') 1065 tn = 'HEAD'
1066 else: 1066 else:
1067 url = self.__svnURL(tag) 1067 url = self.__svnURL(tag)
1068 tn = url 1068 tn = url
1069 1069
1070 client = self.getClient() 1070 client = self.getClient()

eric ide

mercurial