Plugins/VcsPlugins/vcsSubversion/ProjectBrowserHelper.py

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

eric ide

mercurial