347 def start(self, fn, isFile=False): |
347 def start(self, fn, isFile=False): |
348 """ |
348 """ |
349 Public slot to start the svn log command. |
349 Public slot to start the svn log command. |
350 |
350 |
351 @param fn filename to show the log for (string) |
351 @param fn filename to show the log for (string) |
352 @keyparam isFile flag indicating log for a file is to be shown |
352 @param isFile flag indicating log for a file is to be shown |
353 (boolean) |
353 (boolean) |
354 """ |
354 """ |
355 self.sbsCheckBox.setEnabled(isFile) |
355 self.sbsCheckBox.setEnabled(isFile) |
356 self.sbsCheckBox.setVisible(isFile) |
356 self.sbsCheckBox.setVisible(isFile) |
357 |
357 |