bzr: ERROR: exceptions.TypeError: run() got an unexpected keyword argument 'new'
Affects | Status | Importance | Assigned to | Milestone | |
---|---|---|---|---|---|
Bazaar Difftools Plugin |
Confirmed
|
Undecided
|
Unassigned |
Bug Description
While testing difftools with a branch of difftools, I encountered a bug. Looks like --using and --new don't work together:
I'm just diffing against the only other public difftools branch for example:
$ bzr diff --new http://
controller.py | 44 +++++++
difftool.py | 92 +++++++
2 files changed, 84 insertions(+), 52 deletions(-)
That works okay. Now, let's try it with "--using kompare":
$ bzr diff --new http://
bzr: ERROR: exceptions.
Traceback (most recent call last):
File "/usr/lib/
return run_bzr(argv)
File "/usr/lib/
ret = run(*run_argv)
File "/usr/lib/
return self.run(
File "/home/
return Controller(
TypeError: run() got an unexpected keyword argument 'new'
bzr 1.5 on python 2.5.2 (linux2)
arguments: ['/usr/bin/bzr', 'diff', '--new', 'http://
encoding: 'UTF-8', fsenc: 'UTF-8', lang: 'en_US.UTF-8'
plugins:
bisect /home/wjlanda/
bzrtools /usr/lib/
cvsps /home/wjlanda/
difftools /home/wjlanda/
gtk /home/wjlanda/
launchpad /usr/lib/
loom /home/wjlanda/
rebase /home/wjlanda/
stats /home/wjlanda/
svn /home/wjlanda/
update_mirrors /home/wjlanda/
*** Bazaar has encountered an internal error.
Please report a bug at https:/
including this traceback, and a description of what you
were doing when the error occurred.
Changed in bzr-difftools: | |
assignee: | nobody → garyvdm |
Changed in bzr-difftools: | |
assignee: | Gary van der Merwe (garyvdm) → nobody |
Changed in bzr-difftools: | |
status: | New → Confirmed |