Kiln » TortoiseHg » TortoiseHg
Clone URL:  
Pushed to one repository · View In Graph Contained in 1.9.3, 2.0, and 2.0.1

stable 1.9.3 hgemail: do not close main dialog when emails sent

I often do a test send to myself before sending a patch
to the "real" recipient, so I would like to decide myself
when the main email dialog window should be closed.

This is especially important when I've written an intro.
If the dialog is closed on send implicitly, I do have to
enter the intro text again for the real send.

Changeset 36a2bd08a405

Parent 245bbfcfcec6

by Adrian Buehlmann

Changes to one file · Browse files at 36a2bd08a405 Showing diff from parent 245bbfcfcec6 Diff from another changeset...

 
264
265
266
267
268
269
270
 
264
265
266
 
267
268
269
@@ -264,7 +264,6 @@
  cmd.finished.connect(cmd.deleteLater)   if cmd.exec_():   self._writehistory() - super(EmailDialog, self).accept()   finally:   if 'desc' in opts:   os.unlink(opts['desc']) # TODO: don't use tempfile