330 def start(self, fn, isFile=False): |
330 def start(self, fn, isFile=False): |
331 """ |
331 """ |
332 Public slot to start the svn log command. |
332 Public slot to start the svn log command. |
333 |
333 |
334 @param fn filename to show the log for (string) |
334 @param fn filename to show the log for (string) |
335 @keyparam isFile flag indicating log for a file is to be shown (boolean) |
335 @keyparam isFile flag indicating log for a file is to be shown |
|
336 (boolean) |
336 """ |
337 """ |
337 self.sbsCheckBox.setEnabled(isFile) |
338 self.sbsCheckBox.setEnabled(isFile) |
338 self.sbsCheckBox.setVisible(isFile) |
339 self.sbsCheckBox.setVisible(isFile) |
339 |
340 |
340 self.__initData() |
341 self.__initData() |