Plugins/VcsPlugins/vcsMercurial/QueuesExtension/HgQueuesHeaderDialog.py

changeset 1877
d8c5d6b04967
parent 1509
c0b5e693b0eb
child 2302
f29e9405c851
equal deleted inserted replaced
1876:3e8a85ba8462 1877:d8c5d6b04967
87 87
88 if self.__hgClient: 88 if self.__hgClient:
89 self.inputGroup.setEnabled(False) 89 self.inputGroup.setEnabled(False)
90 self.inputGroup.hide() 90 self.inputGroup.hide()
91 91
92 out, err = self.__hgClient.runcommand(args) 92 out, err = self.__hgClient.runcommand(args,
93 output=self.__showOutput, error=self.__showError)
93 if err: 94 if err:
94 self.__showError(err) 95 self.__showError(err)
95 if out: 96 if out:
96 self.__showOutPut(out) 97 self.__showOutPut(out)
97 self.__finish() 98 self.__finish()

eric ide

mercurial