289 def start(self, fn, isFile=False): |
289 def start(self, fn, isFile=False): |
290 """ |
290 """ |
291 Public slot to start the svn log command. |
291 Public slot to start the svn log command. |
292 |
292 |
293 @param fn filename to show the log for (string) |
293 @param fn filename to show the log for (string) |
294 @keyparam isFile flag indicating log for a file is to be shown (boolean) |
294 @keyparam isFile flag indicating log for a file is to be shown |
|
295 (boolean) |
295 """ |
296 """ |
296 self.sbsCheckBox.setEnabled(isFile) |
297 self.sbsCheckBox.setEnabled(isFile) |
297 self.sbsCheckBox.setVisible(isFile) |
298 self.sbsCheckBox.setVisible(isFile) |
298 |
299 |
299 self.errorGroup.hide() |
300 self.errorGroup.hide() |