[Bug 494221] Re: KeyError in remove_recursive_id during commit
Launchpad Bug Tracker
494221 at bugs.launchpad.net
Mon May 30 05:19:12 UTC 2011
This bug was fixed in the package bzr - 2.1.4-0ubuntu1
---------------
bzr (2.1.4-0ubuntu1) lucid-proposed; urgency=low
* Update watch file to use 2.1 series.
* New upstream release.
+ Fix file descriptors leaks in dirstate compiled extension. LP: #583486
+ Refuse to stack on repositories in incompatible formats. LP: #562380
+ Don't delete nested trees/repos. LP: #572098
+ Fix 'bzr switch' crash when a 'ConfigurableFileMerger' is used. LP: #559436
+ Fix compatibility with older smart servers. LP: #528041
+ Fix symlinks addition. LP: #192859
+ Properly unversion children of unversioned directories. LP: #494221
+ Lock configuration files in '~/.bazaar' for updates. LP: #525571
+ Fix 'bzr commit <symlink>'. LP: #128562
+ Fix `lp:` urls when behind an http proxy. LP: #558343
+ Stop using edge.launchpad.net. LP: #583667
-- Max Bowsher <_ at maxb.eu> Tue, 17 May 2011 09:54:17 +0100
** Changed in: bzr (Ubuntu Lucid)
Status: Fix Committed => Fix Released
--
You received this bug notification because you are a member of Ubuntu
Foundations Bugs, which is subscribed to bzr in Ubuntu.
https://bugs.launchpad.net/bugs/494221
Title:
KeyError in remove_recursive_id during commit
Status in Bazaar Version Control System:
Fix Released
Status in Bazaar 2.0 series:
Fix Released
Status in Bazaar 2.1 series:
Fix Released
Status in “bzr” package in Ubuntu:
Fix Released
Status in “bzr” source package in Lucid:
Fix Released
Bug description:
Traceback:
Traceback (most recent call last):
File "/usr/lib/python2.5/site-packages/bzrlib/commands.py", line 842, in exception_to_return_code
return the_callable(*args, **kwargs)
File "/usr/lib/python2.5/site-packages/bzrlib/commands.py", line 1037, in run_bzr
ret = run(*run_argv)
File "/usr/lib/python2.5/site-packages/bzrlib/commands.py", line 654, in run_argv_aliases
return self.run(**all_cmd_args)
File "/usr/lib/python2.5/site-packages/bzrlib/builtins.py", line 3058, in run
exclude=safe_relpath_files(tree, exclude))
File "/usr/lib/python2.5/site-packages/bzrlib/decorators.py", line 192, in write_locked
result = unbound(self, *args, **kwargs)
File "/usr/lib/python2.5/site-packages/bzrlib/workingtree_4.py", line 197, in commit
result = WorkingTree3.commit(self, message, revprops, *args, **kwargs)
File "/usr/lib/python2.5/site-packages/bzrlib/decorators.py", line 192, in write_locked
result = unbound(self, *args, **kwargs)
File "/usr/lib/python2.5/site-packages/bzrlib/mutabletree.py", line 229, in commit
*args, **kwargs)
File "/usr/lib/python2.5/site-packages/bzrlib/commit.py", line 401, in commit
self.work_tree.unversion(self.deleted_ids)
File "/usr/lib/python2.5/site-packages/bzrlib/mutabletree.py", line 53, in tree_write_locked
return unbound(self, *args, **kwargs)
File "/usr/lib/python2.5/site-packages/bzrlib/workingtree_4.py", line 1239, in unversion
self._inventory.remove_recursive_id(file_id)
File "/usr/lib/python2.5/site-packages/bzrlib/inventory.py", line 1424, in remove_recursive_id
to_find_delete = [self._byid[file_id]]
KeyError: 'flocktemplateshtml-20091003114949-z0z1gwp6y7iwfxtm-1'
More information about the foundations-bugs
mailing list