Plugins/VcsPlugins/vcsMercurial/QueuesExtension/HgQueuesNewPatchDialog.py

branch
Py2 comp.
changeset 3057
10516539f238
parent 2525
8b507a9a2d40
parent 3008
7848489bcb92
child 3058
0a02c433f52d
diff -r 9986ec0e559a -r 10516539f238 Plugins/VcsPlugins/vcsMercurial/QueuesExtension/HgQueuesNewPatchDialog.py
--- a/Plugins/VcsPlugins/vcsMercurial/QueuesExtension/HgQueuesNewPatchDialog.py	Tue Oct 15 22:03:54 2013 +0200
+++ b/Plugins/VcsPlugins/vcsMercurial/QueuesExtension/HgQueuesNewPatchDialog.py	Fri Oct 18 23:00:41 2013 +0200
@@ -30,6 +30,7 @@
             HgQueuesNewPatchDialog.REFRESH_MODE)
         @param message text to set as the commit message (string)
         @param parent reference to the parent widget (QWidget)
+        @exception ValueError raised to indicate an invalid dialog mode
         """
         super(HgQueuesNewPatchDialog, self).__init__(parent)
         self.setupUi(self)
@@ -80,8 +81,6 @@
     def on_messageEdit_textChanged(self):
         """
         Private slot to handle changes of the patch message.
-        
-        @param txt text of the edit (string)
         """
         self.__updateUI()
     
@@ -120,8 +119,8 @@
             flag indicating to set the user, a flag indicating to use the
             current user and the user name and another tuple giving a flag
             indicating to set the date, a flag indicating to use the
-            current date and the date (string, string, (boolean, boolean, string),
-            (boolean, boolean, string))
+            current date and the date (string, string, (boolean, boolean,
+            string), (boolean, boolean, string))
         """
         userData = (self.userGroup.isChecked(),
                     self.currentUserCheckBox.isChecked(),

eric ide

mercurial