eric6/Plugins/VcsPlugins/vcsSubversion/SvnUrlSelectionDialog.py

changeset 8218
7c09585bd960
parent 8143
2c730d5fd177
equal deleted inserted replaced
8217:385f60c94548 8218:7c09585bd960
32 @param tagsList list of tags (list of strings) 32 @param tagsList list of tags (list of strings)
33 @param branchesList list of branches (list of strings) 33 @param branchesList list of branches (list of strings)
34 @param path pathname to determine the repository URL from (string) 34 @param path pathname to determine the repository URL from (string)
35 @param parent parent widget of the dialog (QWidget) 35 @param parent parent widget of the dialog (QWidget)
36 """ 36 """
37 super(SvnUrlSelectionDialog, self).__init__(parent) 37 super().__init__(parent)
38 self.setupUi(self) 38 self.setupUi(self)
39 39
40 if vcs.version < (1, 4, 0): 40 if vcs.version < (1, 4, 0):
41 self.summaryCheckBox.setEnabled(False) 41 self.summaryCheckBox.setEnabled(False)
42 self.summaryCheckBox.setChecked(False) 42 self.summaryCheckBox.setChecked(False)

eric ide

mercurial