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>""" |