qannotate crashes on when selecting "working tree" within dialog
Affects | Status | Importance | Assigned to | Milestone | |
---|---|---|---|---|---|
QBzr |
Confirmed
|
Medium
|
Unassigned |
Bug Description
I have a local shared repository and within this respository I have a checkout of a branch.
Eg: (bzr init-repo repo; bzr checkout some/remote/branch repo/branch)
I then have a file in there called ExampleFile.txt,
I edit various parts of the file and commit each time.
Then I make some random changes to the file and before I commit:
Run "bzr qannotate ExampleFile.txt"
The nice qannotate dialog is shown. At the bottom half of the dialog is the graphical log of the file over its life time.
And the first node in the log is given a blue label called: "Working Tree".
Click on this label.
The result is the entire dialog crashes and the following error is shown in console:
bzr: ERROR: exceptions.
Traceback (most recent call last):
File "/usr/lib/
f(*args, **kargs)
File "/usr/lib/
r = f(*args, **kargs)
File "/usr/lib/
revids, self.log_
File "/usr/lib/
pass_
File "/usr/lib/
revisions_
File "/usr/lib/
cached_
AttributeError: 'WorkingTreeRev
bzr 2.6.0dev3 on python 2.7.4 (Linux-
Ubuntu-
arguments: ['/usr/bin/bzr', 'qannotate', 'ExampleFile']
plugins: bash_completion
explorer[
netrc_
po_
encoding: 'utf-8', fsenc: 'UTF-8', lang: 'en_ZA.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.
Changed in qbzr: | |
importance: | Undecided → Medium |
I can't reproduce it with simple branch.
Please, check behavior of lp:qbzr trunk and say whether this bug present there.