Plugins/VcsPlugins/vcsMercurial/ProjectHelper.py

changeset 3036
30c81c9e88b8
parent 3023
34ce20603bf7
child 3060
5883ce99ee12
child 3160
209a07d7e401
equal deleted inserted replaced
3035:36e9f388958b 3036:30c81c9e88b8
317 )) 317 ))
318 self.vcsStatusAct.triggered[()].connect(self._vcsStatus) 318 self.vcsStatusAct.triggered[()].connect(self._vcsStatus)
319 self.actions.append(self.vcsStatusAct) 319 self.actions.append(self.vcsStatusAct)
320 320
321 self.hgSummaryAct = E5Action( 321 self.hgSummaryAct = E5Action(
322 self.trUtf8('Show Summary'), 322 self.trUtf8('Show Summary'),
323 UI.PixmapCache.getIcon("vcsSummary.png"), 323 UI.PixmapCache.getIcon("vcsSummary.png"),
324 self.trUtf8('Show summary...'), 324 self.trUtf8('Show summary...'),
325 0, 0, self, 'mercurial_summary') 325 0, 0, self, 'mercurial_summary')
326 self.hgSummaryAct.setStatusTip(self.trUtf8( 326 self.hgSummaryAct.setStatusTip(self.trUtf8(
327 'Show summary information of the working directory status' 327 'Show summary information of the working directory status'
328 )) 328 ))
329 self.hgSummaryAct.setWhatsThis(self.trUtf8( 329 self.hgSummaryAct.setWhatsThis(self.trUtf8(
330 """<b>Show summary</b>""" 330 """<b>Show summary</b>"""

eric ide

mercurial