Plugins/VcsPlugins/vcsMercurial/QueuesExtension/HgQueuesHeaderDialog.py

changeset 3023
34ce20603bf7
parent 3020
542e97d4ecb3
child 3058
0a02c433f52d
child 3160
209a07d7e401
equal deleted inserted replaced
3022:57179e4cdadd 3023:34ce20603bf7
88 88
89 if self.__hgClient: 89 if self.__hgClient:
90 self.inputGroup.setEnabled(False) 90 self.inputGroup.setEnabled(False)
91 self.inputGroup.hide() 91 self.inputGroup.hide()
92 92
93 out, err = self.__hgClient.runcommand(args, 93 out, err = self.__hgClient.runcommand(
94 output=self.__showOutput, error=self.__showError) 94 args, output=self.__showOutput, error=self.__showError)
95 if err: 95 if err:
96 self.__showError(err) 96 self.__showError(err)
97 if out: 97 if out:
98 self.__showOutPut(out) 98 self.__showOutPut(out)
99 self.__finish() 99 self.__finish()

eric ide

mercurial