bzrlib.errors.PathsNotVersionedError when selecting a versioned file in gdiff
Affects | Status | Importance | Assigned to | Milestone | |
---|---|---|---|---|---|
Bazaar GTK+ Frontends |
Incomplete
|
Undecided
|
Unassigned |
Bug Description
I executed "$ bzr gdiff -r-2..-1" and the attached window was shown. I can select every file except the one ending in "temporär". I suspect that this is a problem with umlauts again. When I select "temporär" i get the following traceback:
Traceback (most recent call last):
File "/usr/lib/
self.
File "/usr/lib/
old_label='', new_label='',
File "/usr/lib/
return differ.
File "/usr/lib/
return self._show_
File "/usr/lib/
executable) in sorted(iterator, key=changes_key):
File "/usr/lib/
lookup_trees, require_
File "/usr/lib/
return find_ids_
File "/usr/lib/
require_
File "/usr/lib/
raise errors.
bzrlib.
I should mention that this is bazaar 1.9 from the ubuntu-hardy-deb on ppa. I'm using the new --1.9 repository-format. Before upgrading earlier this week I was using bazaar 1.3.1 (included in ubuntu hardy) and didn't experience a similar problem.