Plugins/VcsPlugins/vcsMercurial/TransplantExtension/TransplantDialog.py

branch
Py2 comp.
changeset 3057
10516539f238
parent 2525
8b507a9a2d40
parent 3008
7848489bcb92
child 3060
5883ce99ee12
--- a/Plugins/VcsPlugins/vcsMercurial/TransplantExtension/TransplantDialog.py	Tue Oct 15 22:03:54 2013 +0200
+++ b/Plugins/VcsPlugins/vcsMercurial/TransplantExtension/TransplantDialog.py	Fri Oct 18 23:00:41 2013 +0200
@@ -23,7 +23,8 @@
         """
         Constructor
         
-        @param multiRevsAllowed flag indicating, if multi revs are allowed (boolean)
+        @param multiRevsAllowed flag indicating, if multi revs are allowed
+            (boolean)
         @param parent reference to the parent object (QObject)
         """
         super(RevisionsValidator, self).__init__(parent)
@@ -95,7 +96,8 @@
         Private slot to update the state of the OK button.
         """
         self.buttonBox.button(QDialogButtonBox.Ok).setEnabled(
-            self.revisionsEdit.toPlainText() != "" or self.allCheckBox.isChecked())
+            self.revisionsEdit.toPlainText() != "" or 
+            self.allCheckBox.isChecked())
     
     @pyqtSlot()
     def on_revisionsEdit_textChanged(self):

eric ide

mercurial