QBzr 0.7.0 released

Alexander Belchenko bialix at ukr.net
Thu Nov 15 13:34:02 GMT 2007


Joseph Wakeling пишет:
> Alexander Belchenko wrote:
>> From behalf of QBzr team I'm pleased to announce release of QBzr 0.7.0.
>> This release contains several bug fixes and improvements.
> 
> Following earlier discussion I decided to try this out ... nice package!
>  I especially like the diff window that gives a much nicer
> representation of changes than simply displaying the diff text.
> 
> I encountered a possible bug when running bzr qdiff however:
> 
> -------------------------
> bzr: ERROR: exceptions.KeyError: 'change'
> 
> Traceback (most recent call last):
>   File "/usr/lib/python2.5/site-packages/bzrlib/commands.py", line 817,
> in run_bzr_catch_errors
>     return run_bzr(argv)
>   File "/usr/lib/python2.5/site-packages/bzrlib/commands.py", line 779,
> in run_bzr
>     ret = run(*run_argv)
>   File "/usr/lib/python2.5/site-packages/bzrlib/commands.py", line 462,
> in run_argv_aliases
>     args, opts = parse_args(self, argv, alias_argv)
>   File "/usr/lib/python2.5/site-packages/bzrlib/commands.py", line 557,
> in parse_args
>     parser = option.get_optparser(command.options())
>   File "/usr/lib/python2.5/site-packages/bzrlib/commands.py", line 426,
> in options
>     o = option.Option.OPTIONS[o]
> KeyError: 'change'
> 
> bzr 0.90.0 on python 2.5.1.final.0 (linux2)
> arguments: ['/usr/bin/bzr', 'qdiff']
> -------------------------
> 
> is this simply a not-up-to-date enough bzr or a problem with qbzr itself?

The problem in the old version of bzr itself.
Global option 'change' is available since bzr 0.91.
So, QBzr is currently compatible only with bzr 0.91-0.92+.

Can you please file a bug about this problem?
https://launchpad.net/qbzr/+filebug



More information about the bazaar mailing list