Plugins/VcsPlugins/vcsMercurial/HgCommitDialog.py

changeset 3008
7848489bcb92
parent 2815
53c1d1f9ec86
child 3023
34ce20603bf7
child 3057
10516539f238
equal deleted inserted replaced
3007:bad2e89047e7 3008:7848489bcb92
83 """ 83 """
84 return self.amendCheckBox.isChecked() 84 return self.amendCheckBox.isChecked()
85 85
86 def commitSubrepositories(self): 86 def commitSubrepositories(self):
87 """ 87 """
88 Public method to retrieve the state of the commit sub-repositories flag. 88 Public method to retrieve the state of the commit sub-repositories
89 flag.
89 90
90 @return state of the sub-repositories flag (boolean) 91 @return state of the sub-repositories flag (boolean)
91 """ 92 """
92 return self.subrepoCheckBox.isChecked() 93 return self.subrepoCheckBox.isChecked()
93 94

eric ide

mercurial