diff -r d177226027e2 -r fe886b7f8f40 VCS/CommandOptionsDialog.py --- a/VCS/CommandOptionsDialog.py Sun Oct 13 14:56:56 2013 +0200 +++ b/VCS/CommandOptionsDialog.py Sun Oct 13 16:11:46 2013 +0200 @@ -61,7 +61,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())