[MERGE] smoke test for bzr ignored when an added file matches ignore rules.
Martin Pool
mbp at canonical.com
Fri May 19 06:59:54 BST 2006
On 19 May 2006, Robert Collins <robertc at robertcollins.net> wrote:
> On Thu, 2006-05-18 at 16:36 -0500, John Arbash Meinel wrote:
> >
> > 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.
--
Martin
More information about the bazaar
mailing list