Plugins/VcsPlugins/vcsPySvn/ProjectBrowserHelper.py

changeset 5452
9f89364d9ffd
parent 5389
9b1c800daff3
child 6048
82ad8ec9548c
equal deleted inserted replaced
5451:8ee36e8a315f 5452:9f89364d9ffd
252 self.__SVNRemoveFromChangelist) 252 self.__SVNRemoveFromChangelist)
253 self.vcsMenuActions.append(act) 253 self.vcsMenuActions.append(act)
254 menu.addSeparator() 254 menu.addSeparator()
255 act = menu.addAction( 255 act = menu.addAction(
256 UI.PixmapCache.getIcon("vcsLog.png"), 256 UI.PixmapCache.getIcon("vcsLog.png"),
257 self.tr('Show log'), self._VCSLog)
258 self.vcsMenuActions.append(act)
259 act = menu.addAction(
260 UI.PixmapCache.getIcon("vcsLog.png"),
261 self.tr('Show log browser'), self._VCSLogBrowser) 257 self.tr('Show log browser'), self._VCSLogBrowser)
262 self.vcsMenuActions.append(act) 258 self.vcsMenuActions.append(act)
263 menu.addSeparator() 259 menu.addSeparator()
264 act = menu.addAction( 260 act = menu.addAction(
265 UI.PixmapCache.getIcon("vcsStatus.png"), 261 UI.PixmapCache.getIcon("vcsStatus.png"),
562 act = menu.addAction( 558 act = menu.addAction(
563 self.tr("Remove from Changelist"), 559 self.tr("Remove from Changelist"),
564 self.__SVNRemoveFromChangelist) 560 self.__SVNRemoveFromChangelist)
565 self.vcsMenuActions.append(act) 561 self.vcsMenuActions.append(act)
566 menu.addSeparator() 562 menu.addSeparator()
567 act = menu.addAction(
568 UI.PixmapCache.getIcon("vcsLog.png"),
569 self.tr('Show log'), self._VCSLog)
570 self.vcsDirMenuActions.append(act)
571 act = menu.addAction( 563 act = menu.addAction(
572 UI.PixmapCache.getIcon("vcsLog.png"), 564 UI.PixmapCache.getIcon("vcsLog.png"),
573 self.tr('Show log browser'), self._VCSLogBrowser) 565 self.tr('Show log browser'), self._VCSLogBrowser)
574 self.vcsDirMenuActions.append(act) 566 self.vcsDirMenuActions.append(act)
575 menu.addSeparator() 567 menu.addSeparator()

eric ide

mercurial