Plugins/VcsPlugins/vcsPySvn/subversion.py

changeset 4072
46fb585f60f2
parent 4021
195a471c327b
child 4126
c28d0cf3b639
equal deleted inserted replaced
4069:5d46da4c2ce5 4072:46fb585f60f2
1014 return 1014 return
1015 from .SvnDiffDialog import SvnDiffDialog 1015 from .SvnDiffDialog import SvnDiffDialog
1016 self.diff = SvnDiffDialog(self) 1016 self.diff = SvnDiffDialog(self)
1017 self.diff.show() 1017 self.diff.show()
1018 QApplication.processEvents() 1018 QApplication.processEvents()
1019 self.diff.start(name) 1019 self.diff.start(name, refreshable=True)
1020 1020
1021 def vcsStatus(self, name): 1021 def vcsStatus(self, name):
1022 """ 1022 """
1023 Public method used to view the status of files/directories in the 1023 Public method used to view the status of files/directories in the
1024 Subversion repository. 1024 Subversion repository.

eric ide

mercurial