eric6/Plugins/VcsPlugins/vcsMercurial/LargefilesExtension/ProjectHelper.py

changeset 7533
88261c96484b
parent 7360
9190402e4505
child 7628
f904d0eef264
equal deleted inserted replaced
7532:1358e9d67a1c 7533:88261c96484b
65 lambda: self.__hgLfconvert("normal")) 65 lambda: self.__hgLfconvert("normal"))
66 self.actions.append(self.hgConvertToNormalAct) 66 self.actions.append(self.hgConvertToNormalAct)
67 67
68 self.hgLfPullAct = E5Action( 68 self.hgLfPullAct = E5Action(
69 self.tr('Pull Large Files'), 69 self.tr('Pull Large Files'),
70 UI.PixmapCache.getIcon("vcsUpdate.png"), 70 UI.PixmapCache.getIcon("vcsUpdate"),
71 self.tr('Pull Large Files'), 71 self.tr('Pull Large Files'),
72 0, 0, self, 'mercurial_pull_largefiles') 72 0, 0, self, 'mercurial_pull_largefiles')
73 self.hgLfPullAct.setStatusTip(self.tr( 73 self.hgLfPullAct.setStatusTip(self.tr(
74 'Pull large files from a remote repository' 74 'Pull large files from a remote repository'
75 )) 75 ))
81 self.hgLfPullAct.triggered.connect(self.__hgLfPull) 81 self.hgLfPullAct.triggered.connect(self.__hgLfPull)
82 self.actions.append(self.hgLfPullAct) 82 self.actions.append(self.hgLfPullAct)
83 83
84 self.hgLfSummaryAct = E5Action( 84 self.hgLfSummaryAct = E5Action(
85 self.tr('Show Summary'), 85 self.tr('Show Summary'),
86 UI.PixmapCache.getIcon("vcsSummary.png"), 86 UI.PixmapCache.getIcon("vcsSummary"),
87 self.tr('Show summary...'), 87 self.tr('Show summary...'),
88 0, 0, self, 'mercurial_summary_largefiles') 88 0, 0, self, 'mercurial_summary_largefiles')
89 self.hgLfSummaryAct.setStatusTip(self.tr( 89 self.hgLfSummaryAct.setStatusTip(self.tr(
90 'Show summary information of the working directory status' 90 'Show summary information of the working directory status'
91 )) 91 ))

eric ide

mercurial