Plugins/VcsPlugins/vcsMercurial/HgBundleDialog.py

changeset 945
8cd4d08fa9f6
parent 791
9ec2ac20e54e
child 1017
919147f2b518
diff -r 1b59c4ba121e -r 8cd4d08fa9f6 Plugins/VcsPlugins/vcsMercurial/HgBundleDialog.py
--- a/Plugins/VcsPlugins/vcsMercurial/HgBundleDialog.py	Fri Mar 11 08:55:14 2011 +0100
+++ b/Plugins/VcsPlugins/vcsMercurial/HgBundleDialog.py	Fri Mar 11 16:51:57 2011 +0100
@@ -11,11 +11,12 @@
 
 from .Ui_HgBundleDialog import Ui_HgBundleDialog
 
+
 class HgBundleDialog(QDialog, Ui_HgBundleDialog):
     """
     Class implementing a dialog to enter the data for a bundle operation.
     """
-    def __init__(self, tagsList, branchesList, parent = None):
+    def __init__(self, tagsList, branchesList, parent=None):
         """
         Constructor
         
@@ -34,7 +35,7 @@
         """
         Public method to retrieve the bundle data.
         
-        @return tuple naming the revision, the compression type and a flag indicating 
+        @return tuple naming the revision, the compression type and a flag indicating
             to bundle all changesets (string, string, boolean)
         """
         if self.numberButton.isChecked():

eric ide

mercurial