bzr stats cannot handle revision ranges like -r2..5
Affects | Status | Importance | Assigned to | Milestone | |
---|---|---|---|---|---|
bzr-stats |
Fix Committed
|
Undecided
|
Unassigned |
Bug Description
It has the following error:
AttributeError: 'ProgressTask' object has no attribute 'note'
bzr: ERROR: exceptions.
Traceback (most recent call last):
File "/home/
return the_callable(*args, **kwargs)
File "/home/
ret = run(*run_argv)
File "/home/
return self.run(
File "/home/
return self._operation
File "/home/
return _do_with_cleanups(
File "/home/
result = func(*args, **kwargs)
File "/home/
alternate_rev)
File "/home/
pb.
AttributeError: 'ProgressTask' object has no attribute 'note'
Tried with both python-2.4 and python2.6, using current bzr trunk, current bzr stats plugin
Fixed in revision 46 by jelmer