Plugins/PluginVcsPySvn.py

branch
5_3_x
changeset 2325
b288bcd8185c
parent 2322
4f3d89531d6c
child 2525
8b507a9a2d40
child 2712
4354ab0b67c7
child 2713
a90b27b36d1c
equal deleted inserted replaced
2322:4f3d89531d6c 2325:b288bcd8185c
72 @return dictionary with indicator as key and a tuple with the vcs name (string) 72 @return dictionary with indicator as key and a tuple with the vcs name (string)
73 and vcs display string (string) 73 and vcs display string (string)
74 """ 74 """
75 global pluginTypename 75 global pluginTypename
76 data = {} 76 data = {}
77 try: 77 data[".svn"] = (pluginTypename, displayString())
78 data[".svn"] = (pluginTypename, displayString()) 78 data["_svn"] = (pluginTypename, displayString())
79 data["_svn"] = (pluginTypename, displayString())
80 except ImportError:
81 pass
82 return data 79 return data
83 80
84 81
85 def displayString(): 82 def displayString():
86 """ 83 """

eric ide

mercurial