ERROR: exceptions.AttributeError: 'KnitPackRepository' object has no attribute 'get_revision_graph'
Affects | Status | Importance | Assigned to | Milestone | |
---|---|---|---|---|---|
bzr-stats |
Fix Committed
|
Undecided
|
Unassigned |
Bug Description
Running 'ancestor-growth' on my branch resulted in the following error: exceptions.
Traceback:
Traceback (most recent call last):
File "/usr/lib/
return the_callable(*args, **kwargs)
File "/usr/lib/
ret = run(*run_argv)
File "/usr/lib/
return self.run(
File "/home/
graph = a_branch.
AttributeError: 'KnitPackReposi
Related branches
- John A Meinel: Approve
-
Diff: 32 lines (+10/-10)1 file modified__init__.py (+10/-10)
Changed in bzr-stats: | |
status: | New → Fix Committed |