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 """ |