ValueError: need more than 1 value to unpack in _last_revision_info
Affects | Status | Importance | Assigned to | Milestone | |
---|---|---|---|---|---|
Bazaar |
Confirmed
|
Medium
|
Unassigned | ||
Breezy |
Triaged
|
Medium
|
Unassigned | ||
bzr (Ubuntu) |
Triaged
|
Medium
|
Unassigned |
Bug Description
bzr update, bzr commit, bzr status all give me this error:
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/
exclude=
File "/usr/lib/
result = unbound(self, *args, **kwargs)
File "/usr/lib/
result = WorkingTree3.
File "/usr/lib/
result = unbound(self, *args, **kwargs)
File "/usr/lib/
*args, **kwargs)
File "/usr/lib/
possible_
File "/usr/lib/
self.cleanups, self.func, self, *args, **kwargs)
File "/usr/lib/
result = func(*args, **kwargs)
File "/usr/lib/
self.
File "/usr/lib/
local_info = self.branch.
File "/usr/lib/
result = unbound(self, *args, **kwargs)
File "/usr/lib/
self.
File "/usr/lib/
revno, revision_id = revision_
ValueError: need more than 1 value to unpack
BzrVersion: 2.1.1
Platform: Linux-2.
summary: |
- bzr crashes on most operations + ValueError: need more than 1 value to unpack in _last_revision_info |
Changed in bzr: | |
status: | New → Incomplete |
Changed in bzr (Ubuntu): | |
status: | New → Triaged |
importance: | Undecided → Medium |
tags: | added: check-for-breezy |
tags: |
added: integrity removed: check-for-breezy |
Changed in brz: | |
importance: | Undecided → Medium |
status: | New → Triaged |
That traceback suggests the .bzr/branch/ last-revision file is corrupt, probably blank. What does it contain?