VCS/CommandOptionsDialog.py

branch
Py2 comp.
changeset 3057
10516539f238
parent 2525
8b507a9a2d40
parent 3013
fe886b7f8f40
child 3060
5883ce99ee12
equal deleted inserted replaced
3056:9986ec0e559a 3057:10516539f238
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())

eric ide

mercurial