hgext/patchbomb.py
changeset 5480 5223c360503e
parent 5472 23889160905a
--- a/hgext/patchbomb.py
+++ b/hgext/patchbomb.py
@@ -141,6 +141,9 @@ def patchbomb(ui, repo, *revs, **opts):
                 ui.write(summary, '\n')
                 ui.write(s, '\n')
             confirm(_('Does the diffstat above look okay'))
+        elif s is None:
+            ui.warn(_('No diffstat information available.\n'))
+            s = ''
         return s
 
     def makepatch(patch, idx, total):