if commit fails commit message draft is lost
Bug #32054 reported by
Martin Pool
Affects | Status | Importance | Assigned to | Milestone | |
---|---|---|---|---|---|
Bazaar |
Fix Released
|
Medium
|
Martin Pool |
Bug Description
affects /products/bzr
Alexander writes:
If working tree have conflicts or another reasons that leads to fail of
commit then commit message did not stored and lost. I think bzr should
store commit message (at least from external editor and maybe from
command line with -m option) in the text file in the root of tree (or
in ./bzr/commit.log file?) for later commit.
--
Martin
To post a comment you must log in.
On Sat, 2006-02-18 at 23:26 +0200, Alexander Belchenko wrote:
> If working tree have conflicts or another reasons that leads to fail of
> commit then commit message did not stored and lost. I think bzr should
> store commit message (at least from external editor and maybe from
> command line with -m option) in the text file in the root of tree (or in
> ./bzr/commit.log file?) for later commit.
Yes, I agree it's a bug
https:/ /launchpad. net/malone/ bugs/32054
I wonder if that should be the default message for future commits or if
you should need to give it with -F?
--
Martin