eric6/Plugins/VcsPlugins/vcsPySvn/SvnLogBrowserDialog.py

branch
maintenance
changeset 8043
0acf98cd089a
parent 7924
8a96736d465e
parent 7923
91e843545d9a
child 8176
31965986ecd1
equal deleted inserted replaced
7991:866adc8c315b 8043:0acf98cd089a
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