bzr add should optionally warn/fail if explicitly named files are ignored
Bug #308403 reported by
Martin Pool
Affects | Status | Importance | Assigned to | Milestone | |
---|---|---|---|---|---|
Bazaar |
Confirmed
|
Wishlist
|
Unassigned |
Bug Description
If bzr add is explicitly given the name of an ignored file, it will give a warning but add it anyhow. It should arguably refuse to add them, with an option to override this.
I can't think of a good case where you would commonly want to add them anyhow.
Previously filed as "How to avoid that people commit .OTHER/
Changed in bzr: | |
importance: | Undecided → Medium |
status: | New → Confirmed |
description: | updated |
Changed in bzr: | |
assignee: | nobody → bzr-qa (bzr-qa) |
summary: |
- bzr add should optionally fail if explicitly named files are ignored + bzr add should optionally warn/fail if explicitly named files are + ignored |
tags: | added: add ignore |
tags: | added: check-for-breezy |
To post a comment you must log in.
Do you mean an "If bzr add is explicitly given the name of an *explicitly* ignored file" or do you mean including files ignored by a pattern as well? For the latter, it is useful to be able to add exceptions to the general rule anyhow.