Plugins/VcsPlugins/vcsMercurial/ProjectBrowserHelper.py

changeset 5452
9f89364d9ffd
parent 5389
9b1c800daff3
child 6048
82ad8ec9548c
equal deleted inserted replaced
5451:8ee36e8a315f 5452:9f89364d9ffd
312 act = menu.addAction(self.tr('Move'), self.__HgMove) 312 act = menu.addAction(self.tr('Move'), self.__HgMove)
313 self.vcsMenuActions.append(act) 313 self.vcsMenuActions.append(act)
314 menu.addSeparator() 314 menu.addSeparator()
315 act = menu.addAction( 315 act = menu.addAction(
316 UI.PixmapCache.getIcon("vcsLog.png"), 316 UI.PixmapCache.getIcon("vcsLog.png"),
317 self.tr('Show log'), self._VCSLog)
318 self.vcsMenuActions.append(act)
319 act = menu.addAction(
320 UI.PixmapCache.getIcon("vcsLog.png"),
321 self.tr('Show log browser'), self._VCSLogBrowser) 317 self.tr('Show log browser'), self._VCSLogBrowser)
322 self.vcsMenuActions.append(act) 318 self.vcsMenuActions.append(act)
323 menu.addSeparator() 319 menu.addSeparator()
324 act = menu.addAction( 320 act = menu.addAction(
325 UI.PixmapCache.getIcon("vcsStatus.png"), 321 UI.PixmapCache.getIcon("vcsStatus.png"),
543 act = menu.addAction(self.tr('Copy'), self.__HgCopy) 539 act = menu.addAction(self.tr('Copy'), self.__HgCopy)
544 self.vcsDirMenuActions.append(act) 540 self.vcsDirMenuActions.append(act)
545 act = menu.addAction(self.tr('Move'), self.__HgMove) 541 act = menu.addAction(self.tr('Move'), self.__HgMove)
546 self.vcsDirMenuActions.append(act) 542 self.vcsDirMenuActions.append(act)
547 menu.addSeparator() 543 menu.addSeparator()
548 act = menu.addAction(
549 UI.PixmapCache.getIcon("vcsLog.png"),
550 self.tr('Show log'), self._VCSLog)
551 self.vcsDirMenuActions.append(act)
552 act = menu.addAction( 544 act = menu.addAction(
553 UI.PixmapCache.getIcon("vcsLog.png"), 545 UI.PixmapCache.getIcon("vcsLog.png"),
554 self.tr('Show log browser'), self._VCSLogBrowser) 546 self.tr('Show log browser'), self._VCSLogBrowser)
555 self.vcsDirMenuActions.append(act) 547 self.vcsDirMenuActions.append(act)
556 menu.addSeparator() 548 menu.addSeparator()

eric ide

mercurial