Plugins/PluginVcsMercurial.py

branch
Py2 comp.
changeset 3060
5883ce99ee12
parent 3058
0a02c433f52d
parent 3036
30c81c9e88b8
child 3145
a9de05d4a22f
equal deleted inserted replaced
3058:0a02c433f52d 3060:5883ce99ee12
125 125
126 @return dictionary with key "zzz_mercurialPage" containing the relevant 126 @return dictionary with key "zzz_mercurialPage" containing the relevant
127 data 127 data
128 """ 128 """
129 return { 129 return {
130 "zzz_mercurialPage": \ 130 "zzz_mercurialPage":
131 [QApplication.translate("VcsMercurialPlugin", "Mercurial"), 131 [QApplication.translate("VcsMercurialPlugin", "Mercurial"),
132 os.path.join("VcsPlugins", "vcsMercurial", "icons", 132 os.path.join("VcsPlugins", "vcsMercurial", "icons",
133 "preferences-mercurial.png"), 133 "preferences-mercurial.png"),
134 createConfigurationPage, "vcsPage", None], 134 createConfigurationPage, "vcsPage", None],
135 } 135 }
136 136
137 137
138 def prepareUninstall(): 138 def prepareUninstall():
139 """ 139 """

eric ide

mercurial