Plugins/VcsPlugins/vcsMercurial/ProjectHelper.py

branch
5_2_x
changeset 1611
9126ccf1b40f
parent 1509
c0b5e693b0eb
child 2303
0ed4ed026c16
equal deleted inserted replaced
1606:446515c955f6 1611:9126ccf1b40f
836 self.hgImportAct.triggered[()].connect(self.__hgImport) 836 self.hgImportAct.triggered[()].connect(self.__hgImport)
837 self.actions.append(self.hgImportAct) 837 self.actions.append(self.hgImportAct)
838 838
839 self.hgExportAct = E5Action(self.trUtf8('Export Patches'), 839 self.hgExportAct = E5Action(self.trUtf8('Export Patches'),
840 self.trUtf8('Export Patches...'), 840 self.trUtf8('Export Patches...'),
841 0, 0, self, 'mercurial_import') 841 0, 0, self, 'mercurial_export')
842 self.hgExportAct.setStatusTip(self.trUtf8( 842 self.hgExportAct.setStatusTip(self.trUtf8(
843 'Export revisions to patch files' 843 'Export revisions to patch files'
844 )) 844 ))
845 self.hgExportAct.setWhatsThis(self.trUtf8( 845 self.hgExportAct.setWhatsThis(self.trUtf8(
846 """<b>Export Patches</b>""" 846 """<b>Export Patches</b>"""

eric ide

mercurial