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