Plugins/VcsPlugins/vcsPySvn/SvnDialog.py

changeset 2962
d6c9d1ca2da4
parent 2302
f29e9405c851
child 3009
bf5ae5d7477d
equal deleted inserted replaced
2961:e4e2efb4846a 2962:d6c9d1ca2da4
65 self.show() 65 self.show()
66 QApplication.processEvents() 66 QApplication.processEvents()
67 67
68 def _clientNotifyCallback(self, eventDict): 68 def _clientNotifyCallback(self, eventDict):
69 """ 69 """
70 Protected method called by the client to send events 70 Protected method called by the client to send events.
71 71
72 @param eventDict dictionary containing the notification event 72 @param eventDict dictionary containing the notification event
73 """ 73 """
74 msg = "" 74 msg = ""
75 if eventDict["action"] == pysvn.wc_notify_action.update_completed: 75 if eventDict["action"] == pysvn.wc_notify_action.update_completed:

eric ide

mercurial