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 |