QBzr 0.7.0 released

Joseph Wakeling joseph.wakeling at webdrake.net
Thu Nov 15 06:37:30 GMT 2007


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?

Thanks,

    -- Joe




More information about the bazaar mailing list