Mentioning of ignored named files is overzealous

Bug #587506 reported by Matthew Fuller
14
This bug affects 2 people
Affects Status Importance Assigned to Milestone
Bazaar
Confirmed
Medium
Unassigned

Bug Description

r5161 of bzr.dev added a mention in status (and status-like things, like the commit message template) of files that are explicitly named and ignored. However, it's overzealous in that it also mentions VERSIONED files that happen to match ignore patterns:

+ /home/fullermd/src/bzr/bzr.dev/bzr --no-plugins --no-aliases stat a
added:
  a
ignored:
  a

#!/bin/sh -x
bzr="/home/fullermd/src/bzr/bzr.dev/bzr --no-plugins --no-aliases"

${bzr} init A
(
 cd A ;
 touch a ;
 ${bzr} ignore a ;
 ${bzr} add a ;
 ${bzr} stat a ;
)

Revision history for this message
Robert Collins (lifeless) wrote :

Should be straight forward to fix.

Changed in bzr:
status: New → Confirmed
importance: Undecided → High
tags: added: regression status
Revision history for this message
Martin Pool (mbp) wrote :

This might be a dupe?

Changed in bzr:
importance: High → Medium
Revision history for this message
Robert Collins (lifeless) wrote : Re: [Bug 587506] Re: Mentioning of ignored named files is overjealous

On Mon, May 31, 2010 at 1:09 PM, Martin Pool <email address hidden> wrote:
> This might be a dupe?

The defect was introduced two weeks back, so I don't think so.

>   Importance: High => Medium

I disagree with that, we should just fix this, not accept UI
regressions. But you know that :)

summary: - Mentioning of ignored named files is overjealous
+ Mentioning of ignored named files is overzealous
description: updated
Jelmer Vernooij (jelmer)
tags: added: check-for-breezy
To post a comment you must log in.
This report contains Public information  
Everyone can see this information.

Duplicates of this bug

Other bug subscribers

Remote bug watches

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