eric6/Plugins/VcsPlugins/vcsSubversion/SvnLogBrowserDialog.py

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

eric ide

mercurial