Kiln » TortoiseHg » TortoiseHg
Clone URL:  
Pushed to one repository · View In Graph Contained in 1.9, 1.9.1, and 1.9.2

hgemail: don't show email command output by default

Changeset b68fdb48a168

Parent 1c0eb332323b

by Yuya Nishihara

Changes to one file · Browse files at b68fdb48a168 Showing diff from parent 1c0eb332323b Diff from another changeset...

 
187
188
189
 
190
191
192
 
187
188
189
190
191
192
193
@@ -187,6 +187,7 @@
  cmd = cmdui.Dialog(['email'] + cmdargs(opts) + list(self._revs),   parent=self)   cmd.setWindowTitle(_('Sending Email')) + cmd.show_output(False)   if cmd.exec_():   super(EmailDialog, self).accept()   finally: