TreeWidget is something wrong.
Affects | Status | Importance | Assigned to | Milestone | |
---|---|---|---|---|---|
QBzr |
Fix Released
|
Critical
|
Gary van der Merwe | ||
0.18 |
Fix Released
|
Critical
|
Gary van der Merwe |
Bug Description
At 0.18.3(r1219), TreeWidget is something wrong.
One example can be reproduced by this steps:
----------
bzr init test
cd test
mkdir foo
echo foo > foo\foo.txt
mkdir bar
echo bar > bar\bar.txt
bzr add foo\foo.txt
bzr qcommit
First, this tree is shown in qcommit dialog.
foo
+ foo.txt
After checking 'Show non-versioned files', wrong tree is shown.
bar
+ foo <- wrong node
foo
+ foo.txt
----------
I also saw similar behavior in qbrowse, but I can't reproduce it.
Version info:
Bazaar (bzr) 2.1.0
Python interpreter: C:\Program Files\Bazaar\
Python standard library: C:\Program Files\Bazaar\
Platform: Windows-
Related branches
Changed in qbzr: | |
importance: | Undecided → Critical |
status: | New → Confirmed |
Changed in qbzr: | |
assignee: | nobody → Gary van der Merwe (garyvdm) |
milestone: | none → 0.19b1 |
status: | Confirmed → Fix Released |
Regression caused by rev 1058.