Plugins/VcsPlugins/vcsMercurial/HgRevisionSelectionDialog.py

branch
Py2 comp.
changeset 3057
10516539f238
parent 2525
8b507a9a2d40
parent 3008
7848489bcb92
child 3145
a9de05d4a22f
--- a/Plugins/VcsPlugins/vcsMercurial/HgRevisionSelectionDialog.py	Tue Oct 15 22:03:54 2013 +0200
+++ b/Plugins/VcsPlugins/vcsMercurial/HgRevisionSelectionDialog.py	Fri Oct 18 23:00:41 2013 +0200
@@ -19,15 +19,16 @@
     """
     Class implementing a dialog to select a revision.
     """
-    def __init__(self, tagsList, branchesList, bookmarksList=None, showNone=False,
-                 parent=None):
+    def __init__(self, tagsList, branchesList, bookmarksList=None,
+                 showNone=False, parent=None):
         """
         Constructor
         
         @param tagsList list of tags (list of strings)
         @param branchesList list of branches (list of strings)
         @param bookmarksList list of bookmarks (list of strings)
-        @param showNone flag influencing the label of the 'None' selection (boolean)
+        @param showNone flag influencing the label of the 'None' selection
+            (boolean)
         @param parent parent widget (QWidget)
         """
         super(HgRevisionSelectionDialog, self).__init__(parent)

eric ide

mercurial