Plugins/VcsPlugins/vcsSubversion/SvnRepoBrowserDialog.py

changeset 2963
745d38097b7f
parent 2771
281c9b30dd91
child 3009
bf5ae5d7477d
--- a/Plugins/VcsPlugins/vcsSubversion/SvnRepoBrowserDialog.py	Sun Sep 29 15:08:57 2013 +0200
+++ b/Plugins/VcsPlugins/vcsSubversion/SvnRepoBrowserDialog.py	Sun Sep 29 15:23:19 2013 +0200
@@ -92,11 +92,10 @@
         self.repoTree.header().setStretchLastSection(True)
     
     def __generateItem(self, repopath, revision, author, size, date,
-            nodekind, url):
+                       nodekind, url):
         """
         Private method to generate a tree item in the repository tree.
         
-        @param parent parent of the item to be created (QTreeWidget or QTreeWidgetItem)
         @param repopath path of the item (string)
         @param revision revision info (string)
         @param author author info (string)

eric ide

mercurial