50 |
50 |
51 self.subrepoCheckBox.setVisible(vcs.hasSubrepositories()) |
51 self.subrepoCheckBox.setVisible(vcs.hasSubrepositories()) |
52 |
52 |
53 def showEvent(self, evt): |
53 def showEvent(self, evt): |
54 """ |
54 """ |
55 Public method called when the dialog is about to be shown. |
55 Protected method called when the dialog is about to be shown. |
56 |
56 |
57 @param evt the event (QShowEvent) |
57 @param evt the event (QShowEvent) |
58 """ |
58 """ |
59 self.recentCommitMessages = Preferences.toList( |
59 self.recentCommitMessages = Preferences.toList( |
60 Preferences.Prefs.settings.value('Mercurial/Commits')) |
60 Preferences.Prefs.settings.value('Mercurial/Commits')) |