eric6/Plugins/VcsPlugins/vcsPySvn/SvnLogBrowserDialog.py

changeset 7900
72b88fb20261
parent 7775
4a1db75550bd
child 7923
91e843545d9a
equal deleted inserted replaced
7899:ecf67e07b6e0 7900:72b88fb20261
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

eric ide

mercurial