D3803: patchbomb: don't close unused progress topic

martinvonz (Martin von Zweigbergk) phabricator at mercurial-scm.org
Tue Jun 19 07:18:02 EDT 2018


This revision was automatically updated to reflect the committed changes.
Closed by commit rHG457fa4056286: patchbomb: don't close unused progress topic (authored by martinvonz, committed by ).

REPOSITORY
  rHG Mercurial

CHANGES SINCE LAST UPDATE
  https://phab.mercurial-scm.org/D3803?vs=9205&id=9219

REVISION DETAIL
  https://phab.mercurial-scm.org/D3803

AFFECTED FILES
  hgext/patchbomb.py

CHANGE DETAILS

diff --git a/hgext/patchbomb.py b/hgext/patchbomb.py
--- a/hgext/patchbomb.py
+++ b/hgext/patchbomb.py
@@ -801,5 +801,4 @@
             generator.flatten(m, 0)
             sendmail(sender_addr, to + bcc + cc, fp.getvalue())
 
-    ui.progress(_('writing'), None)
     ui.progress(_('sending'), None)



To: martinvonz, #hg-reviewers, pulkit
Cc: mercurial-devel


More information about the Mercurial-devel mailing list