--- 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)