bzr-Explorer could be a better learning tool.

Alexander Belchenko bialix at ukr.net
Thu Nov 5 18:31:08 GMT 2009


Algis Kabaila пишет:
> On Thursday 05 November 2009 22:42:36 Alexander Belchenko wrote:
>> Algis Kabaila пишет:
>>> On Thursday 05 November 2009 21:11:14 Alexander Belchenko wrote:
>>>> Algis Kabaila пишет:
>>>>> bzr-Explorer is the *killer-application* for Bazaar.
>>> [..]
>>> As one of the senior developers in QBzr, perhaps you can encourage the
>>> implementation of this learning facility.
>> In fact we already have such realization for qrun dialog. We just need
>> to make this solution more generic and available for all
>> subprocess-based commands.
> Good to hear that.  I think I should have a close look at the qrun dialog. Is 
> the realization fully implemented in qrun or is  it in the discussion stage?

I've implemented it in run.py as

        self.process_widget.logMessageEx("Run command: "+' '.join(cmd_line),
            "cmdline")
        self.process_widget.do_start(cwd, *args)

We need to move it to subprocess.py (process_widget._start_next to enable this output for all
subprocess-based commands).




More information about the bazaar mailing list