ERROR: exceptions.AttributeError: 'KnitPackRepository' object has no attribute 'get_revision_graph'

Bug #496120 reported by Cody A.W. Somerville
6
This bug affects 1 person
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.AttributeError: 'KnitPackRepository' object has no attribute 'get_revision_graph'.

Traceback:
 Traceback (most recent call last):
   File "/usr/lib/python2.6/dist-packages/bzrlib/commands.py", line 842, in exception_to_return_code
     return the_callable(*args, **kwargs)
   File "/usr/lib/python2.6/dist-packages/bzrlib/commands.py", line 1037, in run_bzr
     ret = run(*run_argv)
   File "/usr/lib/python2.6/dist-packages/bzrlib/commands.py", line 654, in run_argv_aliases
     return self.run(**all_cmd_args)
   File "/home/cody-somerville/.bazaar/plugins/stats/__init__.py", line 278, in run
     graph = a_branch.repository.get_revision_graph(last_rev)
 AttributeError: 'KnitPackRepository' object has no attribute 'get_revision_graph'

Related branches

Jelmer Vernooij (jelmer)
Changed in bzr-stats:
status: New → Fix Committed
To post a comment you must log in.
This report contains Public information  
Everyone can see this information.

Other bug subscribers

Remote bug watches

Bug watches keep track of this bug in other bug trackers.