bzr add mentions ignored versioned files

Bug #45528 reported by Martin Pool
2
Affects Status Importance Assigned to Milestone
Bazaar
Fix Released
Medium
Unassigned

Bug Description

> > That is definitely a plain bug, I agree. I actually just saw that
> > myself, where I had a clean tree, added one file, and I got back that
> > there was an ignored file, but 'bzr ignored' didn't list anything.
>
> Well, bzr ignored itself looks ok. Heres a patch to test this.

+1 to add those tests, but they're not addressing the bug Wayne
mentioned. That is:

hope% cd /tmp
hope% bzr init t
hope% cd t
hope% touch foo~
hope% bzr add foo~
badded foo~
hope% bzr add
ignored 1 file(s) matching "*~"
If you wish to add some of these files, please add them by name.

and the new code would presumably mention it more explicitly. Files
that are already versioned should not be mentioned as either added or
ignored.

Revision history for this message
John A Meinel (jameinel) wrote :

I can confirm that the bug exists in 0.8.2 but does not exist in 0.9.

I remember it being fixed at one point, but I don't remember who or when.

Changed in bzr:
status: Unconfirmed → Fix Released
To post a comment you must log in.
This report contains Public information  
Everyone can see this information.

Other bug subscribers

Remote bug watches

Bug watches keep track of this bug in other bug trackers.