Plugins/VcsPlugins/vcsMercurial/HgBundleDialog.py

changeset 1131
7781e396c903
parent 1017
919147f2b518
child 1274
442c748018c5
equal deleted inserted replaced
1130:3e9f0330f833 1131:7781e396c903
24 @param tagsList list of tags (list of strings) 24 @param tagsList list of tags (list of strings)
25 @param branchesList list of branches (list of strings) 25 @param branchesList list of branches (list of strings)
26 @param bookmarksList list of bookmarks (list of strings) 26 @param bookmarksList list of bookmarks (list of strings)
27 @param parent parent widget (QWidget) 27 @param parent parent widget (QWidget)
28 """ 28 """
29 QDialog.__init__(self, parent) 29 super().__init__(parent)
30 self.setupUi(self) 30 self.setupUi(self)
31 31
32 self.buttonBox.button(QDialogButtonBox.Ok).setEnabled(False) 32 self.buttonBox.button(QDialogButtonBox.Ok).setEnabled(False)
33 33
34 self.compressionCombo.addItems(["", "bzip2", "gzip", "none"]) 34 self.compressionCombo.addItems(["", "bzip2", "gzip", "none"])

eric ide

mercurial