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 |