Plugins/VcsPlugins/vcsMercurial/HgPhaseDialog.py

branch
Py2 comp.
changeset 3057
10516539f238
parent 2525
8b507a9a2d40
parent 3008
7848489bcb92
child 3145
a9de05d4a22f
--- 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()
     

eric ide

mercurial