Remind the user to add files
Bug #448310 reported by
Display Name
Affects | Status | Importance | Assigned to | Milestone | |
---|---|---|---|---|---|
Bazaar |
Confirmed
|
Wishlist
|
Unassigned | ||
Breezy |
Triaged
|
Wishlist
|
Unassigned |
Bug Description
Feature request for Bazaar: when committing, ask the user if he wants to add the unknown files that appeared since last commit. These new files may indicate that the user forgot to add them, so it would be nice to confirm that. Example:
$ bzr status
unknown:
deploy.bat
$echo "test" > new_file
$bzr commit
The following new files were not added to version control since your last commit:
new_file
Do you want to add them now before committing? [Y/n]
summary: |
- Remember the user to add files + Remind the user to add files |
tags: | added: check-for-breezy |
tags: | removed: check-for-breezy |
Changed in brz: | |
status: | New → Triaged |
importance: | Undecided → Wishlist |
To post a comment you must log in.
Bazaar generally avoids being interactive. I think you would generally want to be able to either add files, add them to the ignore list or ignore them altogether for the commit.
Perhaps this would be a nice feature for the bzr-interactive plugin?