--- a/Plugins/VcsPlugins/vcsMercurial/HgPhaseDialog.py Tue Oct 15 22:03:54 2013 +0200 +++ b/Plugins/VcsPlugins/vcsMercurial/HgPhaseDialog.py Fri Oct 18 23:00:41 2013 +0200 @@ -17,7 +17,8 @@ class HgPhaseDialog(QDialog, Ui_HgPhaseDialog): """ - Class dimplementing a dialog to enter data for the Mercurial Phase operation. + Class dimplementing a dialog to enter data for the Mercurial Phase + operation. """ def __init__(self, parent=None): """ @@ -54,6 +55,8 @@ def on_phaseCombo_activated(self, txt): """ Private slot to react upon changes of the phase. + + @param txt activated entry (string) """ self.__updateOk()