Plugins/VcsPlugins/vcsSubversion/SvnLogBrowserDialog.py

changeset 3359
6b6c224d67d6
parent 3287
c3d784c057b3
child 3484
645c12de6b0c
equal deleted inserted replaced
3358:57af7e9fda48 3359:6b6c224d67d6
289 def start(self, fn, isFile=False): 289 def start(self, fn, isFile=False):
290 """ 290 """
291 Public slot to start the svn log command. 291 Public slot to start the svn log command.
292 292
293 @param fn filename to show the log for (string) 293 @param fn filename to show the log for (string)
294 @keyparam isFile flag indicating log for a file is to be shown (boolean) 294 @keyparam isFile flag indicating log for a file is to be shown
295 (boolean)
295 """ 296 """
296 self.sbsCheckBox.setEnabled(isFile) 297 self.sbsCheckBox.setEnabled(isFile)
297 self.sbsCheckBox.setVisible(isFile) 298 self.sbsCheckBox.setVisible(isFile)
298 299
299 self.errorGroup.hide() 300 self.errorGroup.hide()

eric ide

mercurial