Plugins/VcsPlugins/vcsPySvn/SvnBlameDialog.py

changeset 4126
c28d0cf3b639
parent 4021
195a471c327b
child 4278
ccd1e13cb9bd
equal deleted inserted replaced
4125:056d98a54dd4 4126:c28d0cf3b639
56 self.client.callback_ssl_server_trust_prompt = \ 56 self.client.callback_ssl_server_trust_prompt = \
57 self._clientSslServerTrustPromptCallback 57 self._clientSslServerTrustPromptCallback
58 58
59 def start(self, fn): 59 def start(self, fn):
60 """ 60 """
61 Public slot to start the svn status command. 61 Public slot to start the svn blame command.
62 62
63 @param fn filename to show the log for (string) 63 @param fn filename to show the blame for (string)
64 """ 64 """
65 self.blameList.clear()
65 self.errorGroup.hide() 66 self.errorGroup.hide()
66 self.activateWindow() 67 self.activateWindow()
67 68
68 dname, fname = self.vcs.splitPath(fn) 69 dname, fname = self.vcs.splitPath(fn)
69 70

eric ide

mercurial