Allow commit files to be removed from the message editor
Bug #273155 reported by
Russ Brown
Affects | Status | Importance | Assigned to | Milestone | |
---|---|---|---|---|---|
Bazaar |
Confirmed
|
Wishlist
|
Unassigned |
Bug Description
One of my colleagues just found a feature that svk has that bzr doesn't, which could be a nice addition to bzr.
The feature is that if a filename is removed from the list of files shown in the commit comment editor, bzr excludes the file form the commit.
So for example, if I have files A, B and C modified and I do bzr commit, the editor shows this:
-------------- This line and the following will be ignored --------------
modified:
A
B
C
If I then remove the line containing B, add a commit message and save/quit, bzr detects that B has gone, and just commits files A and C.
tags: | added: check-for-breezy |
To post a comment you must log in.
Hi,
It would be interesting how this worked with "--show-diff". Would
edits to that diff be reflected in the committed state? Would it also
change the files on disk?
While I think this request is reasonable it worries me as it seems to lead
to things like the above.
Thanks,
James