Issue34

Title mq: empty commit comment leads to exception
Priority bug Status resolved
Superseder Nosy List jsgf, mason, tonfa
Assigned To mason Topics mq

Created on 2005-10-25.19:58:35 by jsgf, last changed 2006-05-03.05:04:11 by vadim.

Messages
msg1125 (view) Author: vadim Date: 2006-05-03.05:04:11
this is fixed now.
msg342 (view) Author: vadim Date: 2006-01-02.23:35:34
i tried this. it happens when mq extension is there, but not plain hg.
msg216 (view) Author: ThomasAH Date: 2005-11-18.15:16:45
Is this still a problem for you? Otherwise set it to resolved, please.
msg118 (view) Author: jsgf Date: 2005-11-03.06:29:51
Matt Mackall wrote:

It might be specific to the mq branch, in that case.
msg116 (view) Author: mpm Date: 2005-11-03.05:37:37
I can't reproduce this. I've tried with hgeditor, emacs, and vi.
msg92 (view) Author: tonfa Date: 2005-10-29.07:57:45
What version of hg are you running ?
And can you post a full traceback please.

Thanks
msg48 (view) Author: jsgf Date: 2005-10-25.19:58:35
If I save the commit comment without actually putting a comment in, I get an
exception which requires a recovery.  Normally I use this to cancel a commit
(because I changed my mind), so I'd want it to quietly abort the commit.

The exception is:
Exception exceptions.ImportError: 'No module named sys' in <bound method
transaction.__del__ of <mercurial.transaction.transaction instance at
0xb7e128ec>> ignored
History
Date User Action Args
2006-05-03 05:04:11vadimsetstatus: chatting -> resolved
messages: + msg1125
2006-01-02 23:35:36vadimsetstatus: need-eg -> chatting
title: Empty commit comment leads to exception -> mq: empty commit comment leads to exception
nosy: + mason
messages: + msg342
topic: + mq
assignedto: mason
2005-11-18 15:16:48ThomasAHsetstatus: chatting -> need-eg
messages: + msg216
2005-11-03 06:29:51jsgfsetmessages: + msg118
2005-11-03 05:37:38mpmsetmessages: + msg116
2005-10-29 07:57:46tonfasetstatus: unread -> chatting
nosy: + tonfa
messages: + msg92
2005-10-25 19:58:35jsgfcreate