Plugins/VcsPlugins/vcsMercurial/HgCommitDialog.py

branch
Py2 comp.
changeset 3057
10516539f238
parent 2847
1843ef6e2656
parent 3008
7848489bcb92
child 3058
0a02c433f52d
equal deleted inserted replaced
3056:9986ec0e559a 3057:10516539f238
85 """ 85 """
86 return self.amendCheckBox.isChecked() 86 return self.amendCheckBox.isChecked()
87 87
88 def commitSubrepositories(self): 88 def commitSubrepositories(self):
89 """ 89 """
90 Public method to retrieve the state of the commit sub-repositories flag. 90 Public method to retrieve the state of the commit sub-repositories
91 flag.
91 92
92 @return state of the sub-repositories flag (boolean) 93 @return state of the sub-repositories flag (boolean)
93 """ 94 """
94 return self.subrepoCheckBox.isChecked() 95 return self.subrepoCheckBox.isChecked()
95 96

eric ide

mercurial