Latest bzr crashes with plugins command

Guillermo Gonzalez guillo.gonzo at gmail.com
Thu Jan 31 22:45:57 GMT 2008


On Jan 30, 2008 12:55 PM, John Arbash Meinel <john at arbash-meinel.com> wrote:
>
> The bzrlib command line parser (which is the most common way these are
> invoked) indeed only uses kwargs. I guess there are some plugins, that
> call directly into the cmd_foo.run(). I always felt that it was just
> exposing that there was too much code in the Command class. But
> certainly doing:
>
> def run(self, *args, **kwargs):
>    other.run(*args, **kwargs)
>
> Is the right way to do it.
>

Done :)

Cheers,

-- 
Guillermo



More information about the bazaar mailing list