--- 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(),