61 |
61 |
62 def getOptions(self): |
62 def getOptions(self): |
63 """ |
63 """ |
64 Public method used to retrieve the entered options. |
64 Public method used to retrieve the entered options. |
65 |
65 |
66 @return dictionary of strings giving the options for each supported vcs command |
66 @return dictionary of strings giving the options for each supported |
|
67 vcs command |
67 """ |
68 """ |
68 opt = {} |
69 opt = {} |
69 opt['global'] = Utilities.parseOptionString(self.globalEdit.text()) |
70 opt['global'] = Utilities.parseOptionString(self.globalEdit.text()) |
70 opt['commit'] = Utilities.parseOptionString(self.commitEdit.text()) |
71 opt['commit'] = Utilities.parseOptionString(self.commitEdit.text()) |
71 opt['checkout'] = Utilities.parseOptionString(self.checkoutEdit.text()) |
72 opt['checkout'] = Utilities.parseOptionString(self.checkoutEdit.text()) |