317 def start(self, fn, isFile=False): |
317 def start(self, fn, isFile=False): |
318 """ |
318 """ |
319 Public slot to start the svn log command. |
319 Public slot to start the svn log command. |
320 |
320 |
321 @param fn filename to show the log for (string) |
321 @param fn filename to show the log for (string) |
322 @keyparam isFile flag indicating log for a file is to be shown |
322 @param isFile flag indicating log for a file is to be shown |
323 (boolean) |
323 (boolean) |
324 """ |
324 """ |
325 self.sbsCheckBox.setEnabled(isFile) |
325 self.sbsCheckBox.setEnabled(isFile) |
326 self.sbsCheckBox.setVisible(isFile) |
326 self.sbsCheckBox.setVisible(isFile) |
327 |
327 |