bzr: ERROR: exceptions.TypeError: unbound method run() must be called with cmd_diff instance as first argument (got cmd_diff instance instead)
Affects | Status | Importance | Assigned to | Milestone | |
---|---|---|---|---|---|
Bazaar Diffstat Plugin |
New
|
Undecided
|
Unassigned |
Bug Description
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/
revision=
File "/usr/lib/
result = func(*args, **kwargs)
File "/home/
retval = diff_class.
TypeError: unbound method run() must be called with cmd_diff instance as first argument (got cmd_diff instance instead)
This is with bzr 1.6rc5
this was introduces with revision 18, reverting to revision 17 makes the diffstat plugin work for me.