Plugins/VcsPlugins/vcsMercurial/ProjectHelper.py

branch
Py2 comp.
changeset 3060
5883ce99ee12
parent 3058
0a02c433f52d
parent 3036
30c81c9e88b8
child 3145
a9de05d4a22f
equal deleted inserted replaced
3058:0a02c433f52d 3060:5883ce99ee12
319 )) 319 ))
320 self.vcsStatusAct.triggered[()].connect(self._vcsStatus) 320 self.vcsStatusAct.triggered[()].connect(self._vcsStatus)
321 self.actions.append(self.vcsStatusAct) 321 self.actions.append(self.vcsStatusAct)
322 322
323 self.hgSummaryAct = E5Action( 323 self.hgSummaryAct = E5Action(
324 self.trUtf8('Show Summary'), 324 self.trUtf8('Show Summary'),
325 UI.PixmapCache.getIcon("vcsSummary.png"), 325 UI.PixmapCache.getIcon("vcsSummary.png"),
326 self.trUtf8('Show summary...'), 326 self.trUtf8('Show summary...'),
327 0, 0, self, 'mercurial_summary') 327 0, 0, self, 'mercurial_summary')
328 self.hgSummaryAct.setStatusTip(self.trUtf8( 328 self.hgSummaryAct.setStatusTip(self.trUtf8(
329 'Show summary information of the working directory status' 329 'Show summary information of the working directory status'
330 )) 330 ))
331 self.hgSummaryAct.setWhatsThis(self.trUtf8( 331 self.hgSummaryAct.setWhatsThis(self.trUtf8(
332 """<b>Show summary</b>""" 332 """<b>Show summary</b>"""

eric ide

mercurial