Plugins/VcsPlugins/vcsMercurial/HgBundleDialog.py

changeset 3008
7848489bcb92
parent 2302
f29e9405c851
child 3023
34ce20603bf7
child 3057
10516539f238
diff -r bad2e89047e7 -r 7848489bcb92 Plugins/VcsPlugins/vcsMercurial/HgBundleDialog.py
--- a/Plugins/VcsPlugins/vcsMercurial/HgBundleDialog.py	Fri Oct 11 19:51:20 2013 +0200
+++ b/Plugins/VcsPlugins/vcsMercurial/HgBundleDialog.py	Sat Oct 12 15:01:28 2013 +0200
@@ -17,7 +17,8 @@
     """
     Class implementing a dialog to enter the data for a bundle operation.
     """
-    def __init__(self, tagsList, branchesList, bookmarksList=None, parent=None):
+    def __init__(self, tagsList, branchesList, bookmarksList=None,
+                 parent=None):
         """
         Constructor
         
@@ -130,8 +131,9 @@
         """
         Public method to retrieve the bundle data.
         
-        @return tuple naming the revisions, base revisions, the compression type and
-            a flag indicating to bundle all changesets (string, string, boolean)
+        @return tuple naming the revisions, base revisions, the compression
+            type and a flag indicating to bundle all changesets (string,
+            string, boolean)
         """
         if self.multipleButton.isChecked():
             revs = self.multipleEdit.toPlainText().strip().splitlines()

eric ide

mercurial