Plugins/VcsPlugins/vcsMercurial/HgCommitDialog.py

changeset 3591
2f2a4a76dd22
parent 3484
645c12de6b0c
child 3656
441956d8fce5
equal deleted inserted replaced
3590:5280e37405b8 3591:2f2a4a76dd22
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'))

eric ide

mercurial