Plugins/PluginVcsMercurial.py

changeset 3036
30c81c9e88b8
parent 3034
7ce719013078
child 3060
5883ce99ee12
child 3160
209a07d7e401
equal deleted inserted replaced
3035:36e9f388958b 3036:30c81c9e88b8
124 @return dictionary with key "zzz_mercurialPage" containing the relevant 124 @return dictionary with key "zzz_mercurialPage" containing the relevant
125 data 125 data
126 """ 126 """
127 return { 127 return {
128 "zzz_mercurialPage": 128 "zzz_mercurialPage":
129 [QApplication.translate("VcsMercurialPlugin", "Mercurial"), 129 [QApplication.translate("VcsMercurialPlugin", "Mercurial"),
130 os.path.join("VcsPlugins", "vcsMercurial", "icons", 130 os.path.join("VcsPlugins", "vcsMercurial", "icons",
131 "preferences-mercurial.png"), 131 "preferences-mercurial.png"),
132 createConfigurationPage, "vcsPage", None], 132 createConfigurationPage, "vcsPage", None],
133 } 133 }
134 134
135 135
136 def prepareUninstall(): 136 def prepareUninstall():
137 """ 137 """

eric ide

mercurial