--- a/Plugins/VcsPlugins/vcsSubversion/SvnUrlSelectionDialog.py Fri Mar 11 08:55:14 2011 +0100 +++ b/Plugins/VcsPlugins/vcsSubversion/SvnUrlSelectionDialog.py Fri Mar 11 16:51:57 2011 +0100 @@ -20,7 +20,7 @@ """ Class implementing a dialog to enter the URLs for the svn diff command. """ - def __init__(self, vcs, tagsList, branchesList, path, parent = None): + def __init__(self, vcs, tagsList, branchesList, path, parent=None): """ Constructor @@ -86,7 +86,7 @@ def __changeLabelCombo(self, labelCombo, type_): """ - Private method used to change the label combo depending on the + Private method used to change the label combo depending on the selected type. @param labelCombo reference to the labelCombo object (QComboBox)