Plugins/VcsPlugins/vcsMercurial/HgBundleDialog.py

branch
Py2 comp.
changeset 3057
10516539f238
parent 2525
8b507a9a2d40
parent 3008
7848489bcb92
child 3058
0a02c433f52d
--- a/Plugins/VcsPlugins/vcsMercurial/HgBundleDialog.py	Tue Oct 15 22:03:54 2013 +0200
+++ b/Plugins/VcsPlugins/vcsMercurial/HgBundleDialog.py	Fri Oct 18 23:00:41 2013 +0200
@@ -19,7 +19,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
         
@@ -132,8 +133,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