--- a/VCS/CommandOptionsDialog.py Tue Oct 15 22:03:54 2013 +0200 +++ b/VCS/CommandOptionsDialog.py Fri Oct 18 23:00:41 2013 +0200 @@ -63,7 +63,8 @@ """ Public method used to retrieve the entered options. - @return dictionary of strings giving the options for each supported vcs command + @return dictionary of strings giving the options for each supported + vcs command """ opt = {} opt['global'] = Utilities.parseOptionString(self.globalEdit.text())