bzr uncommit -r python crash 'CHKInventoryRepository' object has no attribute 'iter_reverse_revision_history'
Affects | Status | Importance | Assigned to | Milestone | |
---|---|---|---|---|---|
bzr-gtk (Arch Linux) |
New
|
Undecided
|
Nicolas PLANEL |
Bug Description
Distro : Arch Linux
bzr --version
Bazaar (bzr) 2.6.0
Python interpreter: /usr/bin/python2 2.7.10
Python standard library: /usr/lib/python2.7
Platform: Linux-4.
bzrlib: /usr/lib/
# bzr uncommit -r 5734
5735 Nicolas PLANEL 2015-06-11
Avoid memleak on ColorMap during normal usage
The above revision(s) will be removed.
Uncommit these revisions? ([y]es, [n]o): yes
bzr: ERROR: exceptions.
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 "/usr/lib/
return self._operation
File "/usr/lib/
self.cleanups, self.func, *args, **kwargs)
File "/usr/lib/
result = func(*args, **kwargs)
File "/usr/lib/
local, keep_tags)
File "/usr/lib/
revno=revno, local=local, keep_tags=
File "/usr/lib/
hook_new_tip)
File "/usr/lib/
commit.
File "/usr/lib/
revid_iterator = b.repository.
AttributeError: 'CHKInventoryRe
bzr 2.6.0 on python 2.7.10 (Linux-
arguments: ['/usr/bin/bzr', 'uncommit', '-r', '5734']
plugins: bash_completion
gtk[0.100.0], launchpad[2.6.0], netrc_credentia
news_
encoding: 'utf-8', fsenc: 'UTF-8', lang: 'en_US.UTF-8'
*** Bazaar has encountered an internal error. This probably indicates a
bug in Bazaar. You can help us fix it by filing a bug report at
https:/
including this traceback and a description of the problem.
bug if already fixed in bzr-gtk
as iter_reverse_ revision_ history method is deprecated : iter_reverse_ revision_ history( ) has been replaced by Graph.iter_ lefthand_ ancestry( )
repository.