bzr commit: show a list of changed files in the message part of the editor
Bug #242915 reported by
Markus Korn
Affects | Status | Importance | Assigned to | Milestone | |
---|---|---|---|---|---|
Bazaar |
Confirmed
|
Wishlist
|
Unassigned | ||
QBzr |
Confirmed
|
Wishlist
|
Unassigned |
Bug Description
I'm using 'bzr commit' without further arguments to write my commit messages in an editor. My current pattern for such messages looks like:
* <action> <path>/<filename>: <message for this file>
like:
* added foo/bar.txt: my message of the day
* removed baz.diff: this is not needed anymore
It would be nice if bzr commit could have a commandline option to automatically generate this action/file list above the '---bar---' in the message section.
Markus
Changed in bzr: | |
importance: | Undecided → Wishlist |
status: | New → Confirmed |
tags: | added: check-for-breezy |
To post a comment you must log in.
This patch against bzr.dev revno. 3510 is how I would fix it to fit my personal needs. Maybe there should be a more customizable solution.
I also wanted to put the code generating the list in a different function but was not sure where to put it.
Markus