Plugins/VcsPlugins/vcsMercurial/HgDialog.py

changeset 1260
9488a3aceb0e
parent 1245
f2e75708f0c8
child 1283
5766284d4393
equal deleted inserted replaced
1259:3f7b55c7dd83 1260:9488a3aceb0e
45 self.username = '' 45 self.username = ''
46 self.password = '' 46 self.password = ''
47 self.__hgClient = hg.getClient() 47 self.__hgClient = hg.getClient()
48 48
49 self.outputGroup.setTitle(text) 49 self.outputGroup.setTitle(text)
50
51 self.show()
52 QCoreApplication.processEvents()
50 53
51 def __finish(self): 54 def __finish(self):
52 """ 55 """
53 Private slot called when the process finished or the user pressed the button. 56 Private slot called when the process finished or the user pressed the button.
54 """ 57 """

eric ide

mercurial